Function vecmath::mat3x4_cast [] [src]

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

Converts to another matrix type.