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