pub fn is_unit(a: &Vector3d) -> bool
Determine whether a Vector3d is a unit vector.
Vector3d
a
returns true if a is a unit vector, false otherwise.