[][src]Trait oxygengine_animation::curve::CurvedOffset

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl CurvedOffset for (Scalar, Scalar)[src]

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

Loading content...

Implementors

Loading content...