[][src]Trait makepad_geometry::F32Ext

pub trait F32Ext {
    fn lerp(self, other: f32, t: f32) -> f32;
}

An extension trait for f32.

Required methods

fn lerp(self, other: f32, t: f32) -> f32

Linearly interpolate between self and other with parameter t.

Loading content...

Implementations on Foreign Types

impl F32Ext for f32[src]

Loading content...

Implementors

Loading content...