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

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

Required methods

Implementations on Foreign Types

Implementors