public normalize() as Vector3d<Double>:
Returns a unit vector with the same direction.
Normalized vector.
unit = Vector3d<Double>(1.0, 2.0, 2.0).normalize()