예제 #1
0
 public void InvertException()
 {
     Matrix44F m = new Matrix44F(rowMajor, MatrixOrder.RowMajor);
       m.Invert();
 }