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

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

Required methods

Implementations on Foreign Types

Implementors