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