public normalize() as Vector<Double>:
Returns a unit vector with the same direction.
Normalized vector.
unit = Vector<Double>(3.0, 4.0).normalize()