Trait theon::ops::Interpolate
source · [−]pub trait Interpolate<T = Self>: Sized {
type Output;
fn lerp(self, other: T, f: R64) -> Self::Output;
fn midpoint(self, other: T) -> Self::Output { ... }
}
pub trait Interpolate<T = Self>: Sized {
type Output;
fn lerp(self, other: T, f: R64) -> Self::Output;
fn midpoint(self, other: T) -> Self::Output { ... }
}