Trait oxygengine_animation::curve::CurvedDirection [−][src]
pub trait CurvedDirection {
fn curved_direction(&self, other: &Self) -> Self;
}Required methods
fn curved_direction(&self, other: &Self) -> Selfpub trait CurvedDirection {
fn curved_direction(&self, other: &Self) -> Self;
}fn curved_direction(&self, other: &Self) -> Self