[][src]Function vecmath::mat3x4_cast

pub fn mat3x4_cast<T, U>(m: Matrix3x4<T>) -> Matrix3x4<U> where
    T: Copy + Cast<U>, 

Converts to another matrix type.