Calculates the rounding of a vector.
// Returns (2, 3, 4)const v = Chalkboard.vect.round(Chalkboard.vect.init(1.6, 3.2, 3.8)); Copy
// Returns (2, 3, 4)const v = Chalkboard.vect.round(Chalkboard.vect.init(1.6, 3.2, 3.8));
The vector
Calculates the rounding of a vector.
Example