Function vecmath::row_mat3_transform 
                   
                       [−]
                   
               [src]
pub fn row_mat3_transform<T>(mat: Matrix3<T>, a: Vector3<T>) -> Vector3<T> where T: Copy + Add<T, Output=T> + Mul<T, Output=T>Transforms a 3D vector through a matrix.