[][src]Trait nova_math::traits::Normalize

pub trait Normalize {
    fn normalize(self) -> Self;
}

This type abstracts a vector or other object that can be normalized to represent the same direction while having a length of 1

Required methods

fn normalize(self) -> Self

Loading content...

Implementors

impl<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]

Loading content...