pub trait Real: Copy + PartialEq + PartialOrd + One + Add<Output = Self> + Sub<Output = Self> + Mul<Output = Self> + Div<Output = Self> { }
Helper trait to implement lerp and remap.
lerp
remap