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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 102 public Vector3f getWorldLocation() {
103 getWorldLocation(motionStateId, worldLocation);
107 private native void getWorldLocation(long stateId, Vector3f vec);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 130 public Vector3f getWorldLocation() {
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
PhysicsHoverControl.java 183 debugShape.setLocalTranslation(motionState.getWorldLocation());
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java 173 Vector3f p = link.rigidBody.getMotionState().getWorldLocation();
560 debugShape.setLocalTranslation(physicsBoneLink.rigidBody.getMotionState().getWorldLocation());
716 Vector3f p = link.rigidBody.getMotionState().getWorldLocation();
    [all...]

Completed in 304 milliseconds