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

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DQuaternion.java477 * <code>getRotationColumn</code> returns one of three columns specified
485 public Vector3f getRotationColumn(int i) { method in class:Quaternion
486 return getRotationColumn(i, null);
490 * <code>getRotationColumn</code> returns one of three columns specified
501 public Vector3f getRotationColumn(int i, Vector3f store) { method in class:Quaternion

Completed in 68 milliseconds