Trait itc::Normalisable [] [src]

pub trait Normalisable {
    fn norm(self) -> Self;
}

Required Methods

Implementors