Initializes an empty vector.
// Returns (null, null, null)const v = Chalkboard.vect.empty(3); Copy
// Returns (null, null, null)const v = Chalkboard.vect.empty(3);
The dimension of the vector, which can be 2, 3, or 4
Initializes an empty vector.
Example