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

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

Required methods

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

Loading content...

Implementors

Loading content...