Trait pax_runtime_api::Interpolatable
source · pub trait Interpolatablewhere
Self: Sized + Clone,{
// Provided method
fn interpolate(&self, _other: &Self, _t: f64) -> Self { ... }
}
pub trait Interpolatablewhere
Self: Sized + Clone,{
// Provided method
fn interpolate(&self, _other: &Self, _t: f64) -> Self { ... }
}