Exemplo n.º 1
0
 public static MatrixTransform3D ToMatrixTransform3D(this XbimMatrix3D m)
 {
     return(new MatrixTransform3D(m.ToMatrix3D()));
 }