Chalkboard - v3.0.1
    Preparing search index...

    Function empty

    • Initializes an empty vector.

      Parameters

      • dimension: 2 | 3 | 4

        The dimension of the vector, which can be 2, 3, or 4

      Returns ChalkboardVector

      // Returns (null, null, null)
      const v = Chalkboard.vect.empty(3);