[][src]Trait oxygengine_animation::curve::CurvedDirection

pub trait CurvedDirection {
    fn curved_direction(&self, other: &Self) -> Self;
}

Required methods

fn curved_direction(&self, other: &Self) -> Self

Loading content...

Implementations on Foreign Types

impl CurvedDirection for (Scalar, Scalar)[src]

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

Loading content...

Implementors

Loading content...