pub trait Vec3Ext {
    fn as_array(&self) -> [f32; 3];
}

Required methods

Implementors