Trait oxide_math::vector::Scale[][src]

pub trait Scale {
    fn scale(&self, multiplier: f32) -> Self;
}

Required methods

Implementors