[][src]Trait oxygengine_animation::curve::CurvedDistance

pub trait CurvedDistance {
    fn curved_distance(&self, other: &Self) -> Scalar;
}

Required methods

fn curved_distance(&self, other: &Self) -> Scalar

Loading content...

Implementations on Foreign Types

impl CurvedDistance for (Scalar, Scalar)[src]

impl<T> CurvedDistance for Arc<RwLock<T>> where
    T: CurvedDistance
[src]

Loading content...

Implementors

Loading content...