[−][src]Trait nova_math::traits::LengthSquared
This type abstracts a vector or other object that can represents a length. Get's the square of the length as this can often skip an expensive square root calculation.
This type abstracts a vector or other object that can represents a length. Get's the square of the length as this can often skip an expensive square root calculation.
type Outputfn length_squared(&self) -> Self::Outputimpl<T: Real> LengthSquared for TVec2<T>[src]type Output = Tfn length_squared(&self) -> Self::Output[src]impl<T: Real> LengthSquared for TVec3<T>[src]type Output = Tfn length_squared(&self) -> Self::Output[src]impl<T: Real> LengthSquared for TVec4<T>[src]type Output = Tfn length_squared(&self) -> Self::Output[src]