Function vecmath::mat2x3_cast [] [src]

pub fn mat2x3_cast<T: ToPrimitive + Copy, U: NumCast>(mat: Matrix2x3<T>) -> Matrix2x3<U>

Converts to another matrix type.