[−][src]Trait nova_math::traits::Normalize
This type abstracts a vector or other object that can be normalized to represent the same direction while having a length of 1
This type abstracts a vector or other object that can be normalized to represent the same direction while having a length of 1
fn normalize(self) -> Selfimpl<T: Real> Normalize for TQuat<T>[src]impl<T: Real> Normalize for TVec2<T>[src]impl<T: Real> Normalize for TVec3<T>[src]impl<T: Real> Normalize for TVec4<T>[src]