HomeSort by relevance Sort by last modified time
    Searched refs:worldToLocal (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestRagDoll.java 100 Vector3f pivotA = A.worldToLocal(connectionPoint, new Vector3f());
101 Vector3f pivotB = B.worldToLocal(connectionPoint, new Vector3f());
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 718 public Vector3f worldToLocal(final Vector3f in, final Vector3f store) {
    [all...]

Completed in 341 milliseconds