[][src]Trait gut::ops::NormSquared

pub trait NormSquared {
    type Output;
    fn norm_squared(self) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn norm_squared(self) -> Self::Output

A squared norm measure of this object.

Loading content...

Implementations on Foreign Types

impl<T: BaseFloat> NormSquared for Vector3<T>[src]

type Output = T

Loading content...

Implementors

Loading content...