[][src]Trait emath::One

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

Helper trait to implement lerp and remap.

Required methods

pub fn one() -> Self[src]

Loading content...

Implementations on Foreign Types

impl One for f32[src]

impl One for f64[src]

Loading content...

Implementors

Loading content...