pub fn is_unit<T>(a: &Vector3<T>) -> boolwhere T: Float + Scalar + ComplexField<RealField = T>,
Determine whether a Vector3 is a unit vector.
Vector3
a
returns true if a is a unit vector, false otherwise.