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

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSpatial.java326 * <code>getWorldTranslation</code> retrieves the absolute translation of
331 public Vector3f getWorldTranslation() { method in class:Spatial
405 Vector3f worldTranslation = getWorldTranslation();
1006 Vector3f worldTrans = getWorldTranslation();
1452 store.setTranslation(getWorldTranslation());

Completed in 69 milliseconds