Trait oxygengine_animation::curve::Curved[][src]

pub trait Curved {
    fn zero() -> Self;
fn one() -> Self;
fn negate(&self) -> Self;
fn get_axis(&self, index: usize) -> Option<Scalar>;
fn interpolate(&self, other: &Self, factor: Scalar) -> Self; }

Required methods

Implementations on Foreign Types

Implementors