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