Function vecmath::mat4x3_cast [] [src]

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

Converts to another matrix type.