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

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSpatial.java858 * <code>setLocalTranslation</code> sets the local translation of this
864 public void setLocalTranslation(Vector3f localTranslation) { method in class:Spatial
870 * <code>setLocalTranslation</code> sets the local translation of this
873 public void setLocalTranslation(float x, float y, float z) { method in class:Spatial
1010 setLocalTranslation(absTrans);

Completed in 73 milliseconds