Calculates the normalization of a vector.

// Returns (0.6, 0.8)
const unit = Chalkboard.vect.normalize(Chalkboard.vect.init(3, 4));