[][src]Trait gut::ops::Norm

pub trait Norm {
    type Output;
    fn norm(self) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn norm(self) -> Self::Output

A Norm measure of this object.

Loading content...

Implementations on Foreign Types

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

type Output = T

Loading content...

Implementors

Loading content...