Trait three_d::core::math::Vec2Ext[][src]

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

Required methods

fn to_slice(&self) -> [f32; 2][src]

Loading content...

Implementors

Loading content...