Trait oxygengine_animation::curve::CurvedDistance [−][src]
Required methods
fn curved_distance(&self, other: &Self) -> Scalar[src]
Implementations on Foreign Types
impl CurvedDistance for (Scalar, Scalar)[src]
fn curved_distance(&self, other: &Self) -> Scalar[src]
impl<T> CurvedDistance for Arc<RwLock<T>> where
T: CurvedDistance, [src]
T: CurvedDistance,