Trait bismuth::math::Matrix4Ext [] [src]

pub trait Matrix4Ext<T> where
    T: Scalar
{ fn to_array(&self) -> [[T; 4]; 4]; }

Required Methods

Implementors