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 { ... }
}