Trait oxygengine_animation::curve::CurvedTangent [−][src]
Required methods
fn curved_tangent(&self, other: &Self) -> Self[src]
fn curved_slope(&self, other: &Self) -> Scalar[src]
Implementations on Foreign Types
impl CurvedTangent for (Scalar, Scalar)[src]
fn curved_tangent(&self, other: &Self) -> Self[src]
fn curved_slope(&self, other: &Self) -> Scalar[src]
impl<T> CurvedTangent for Arc<RwLock<T>> where
T: CurvedTangent, [src]
T: CurvedTangent,