Trait maglio::Norm[][src]

pub trait Norm {
    type Length;
    fn length(&self) -> Self::Length;
}

Associated Types

Loading content...

Required methods

fn length(&self) -> Self::Length[src]

Loading content...

Implementors

impl Norm for Vec3<f32>[src]

type Length = f32

impl Norm for Vec3<f64>[src]

type Length = f64

Loading content...