Exemple #1
0
 public static Transform3D ToTransform3D(this Matrix4x4 self)
 {
     return(new MatrixTransform3D(self.ToMatrix3D()));
 }