Searched defs:loadIdentity (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DTransform.java266 public void loadIdentity() { method in class:Transform
H A DMatrix3f.java67 loadIdentity();
143 loadIdentity();
696 * <code>loadIdentity</code> sets this matrix to the identity matrix.
700 public void loadIdentity() { method in class:Matrix3f
H A DQuaternion.java202 public void loadIdentity() { method in class:Quaternion
573 loadIdentity();
H A DMatrix4f.java74 loadIdentity();
135 loadIdentity();
157 loadIdentity();
193 transMatrix.loadIdentity();
851 * <code>loadIdentity</code> sets this matrix to the identity matrix,
855 public void loadIdentity() { method in class:Matrix4f
864 loadIdentity();

Completed in 115 milliseconds