Trait oxygengine_animation::curve::CurvedDistance [−][src]
pub trait CurvedDistance {
fn curved_distance(&self, other: &Self) -> Scalar;
}Required methods
fn curved_distance(&self, other: &Self) -> Scalarpub trait CurvedDistance {
fn curved_distance(&self, other: &Self) -> Scalar;
}fn curved_distance(&self, other: &Self) -> Scalar