[][src]Function vecmath::mat2x3_cast

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

Converts to another matrix type.