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