Calculates the rounding of a vector.

// Returns (2, 3, 4)
const v = Chalkboard.vect.round(Chalkboard.vect.init(1.6, 3.2, 3.8));