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

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

Required methods

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

Loading content...

Implementors

Loading content...