Trait emath::Real[][src]

pub trait Real: Copy + PartialEq + PartialOrd + One + Add<Self, Output = Self> + Sub<Self, Output = Self> + Mul<Self, Output = Self> + Div<Self, Output = Self> { }

Helper trait to implement lerp and remap.

Implementations on Foreign Types

impl Real for f32[src]

impl Real for f64[src]

Loading content...

Implementors

Loading content...