Trait bevy_retrograde_epaint::Real[]

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

Helper trait to implement lerp and remap.

Implementations on Foreign Types

Implementors