Trait emath::One[][src]

pub trait One {
    fn one() -> Self;
}
Expand description

Helper trait to implement lerp and remap.

Required methods

Implementations on Foreign Types

Implementors