[][src]Trait building_blocks::prelude::Norm

pub trait Norm {
    fn norm(&self) -> f32;
}

Required methods

fn norm(&self) -> f32

Loading content...

Implementors

impl<T> Norm for T where
    T: NormSquared
[src]

Loading content...