Function vecmath::mat4x3_cast [] [src]

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

Converts to another matrix type.