[][src]Trait oxygengine_animation::curve::CurvedTangent

pub trait CurvedTangent {
    fn curved_tangent(&self, other: &Self) -> Self;
fn curved_slope(&self, other: &Self) -> Scalar; }

Required methods

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

fn curved_slope(&self, other: &Self) -> Scalar

Loading content...

Implementations on Foreign Types

impl CurvedTangent for (Scalar, Scalar)[src]

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

Loading content...

Implementors

Loading content...