Trait comfy_wgpu::MathExtensions
source · pub trait MathExtensions {
// Required method
fn lerp(self, other: Self, t: f32) -> Self;
}pub trait MathExtensions {
// Required method
fn lerp(self, other: Self, t: f32) -> Self;
}