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

Required methods

Implementors