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