Exemplo n.º 1
0
 public static TexMat ToTexMat(this Matrix4x4d mat)
 {
     return(new TexMat(mat.ToMatrixd()));
 }