Exemplo n.º 1
0
 /** Sets the current element to the identity matrix. */
 public static void makeIdent(State state) {
   ModelMatrixElement elt = getInstance(state);
   elt.makeEltIdent();
 }