Trait pax_runtime_api::Interpolatable
source · pub trait Interpolatable{
// Provided method
fn interpolate(&self, _other: &Self, _t: f64) -> Self { ... }
}
Provided Methods§
fn interpolate(&self, _other: &Self, _t: f64) -> Self
Object Safety§
This trait is not object safe.