Function vecmath::mat3x4_cast [−][src]
pub fn mat3x4_cast<T, U>(m: Matrix3x4<T>) -> Matrix3x4<U> where
T: Copy + Cast<U>,
Converts to another matrix type.
pub fn mat3x4_cast<T, U>(m: Matrix3x4<T>) -> Matrix3x4<U> where
T: Copy + Cast<U>,
Converts to another matrix type.