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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java217 public void setPhysicsLocation(Vector3f location) { method in class:PhysicsCharacter
309 setPhysicsLocation((Vector3f) capsule.readSavable("physicsLocation", new Vector3f()));
H A DPhysicsGhostObject.java110 public void setPhysicsLocation(Vector3f location) { method in class:PhysicsGhostObject
111 setPhysicsLocation(objectId, location);
114 private native void setPhysicsLocation(long objectId, Vector3f location); method in class:PhysicsGhostObject
296 setPhysicsLocation((Vector3f) capsule.readSavable("physicsLocation", new Vector3f()));
H A DPhysicsRigidBody.java144 public void setPhysicsLocation(Vector3f location) { method in class:PhysicsRigidBody
145 setPhysicsLocation(objectId, location);
148 private native void setPhysicsLocation(long objectId, Vector3f location); method in class:PhysicsRigidBody
747 setPhysicsLocation((Vector3f) capsule.readSavable("physicsLocation", new Vector3f()));
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java197 public void setPhysicsLocation(Vector3f location) { method in class:PhysicsCharacter
288 setPhysicsLocation((Vector3f) capsule.readSavable("physicsLocation", new Vector3f()));
H A DPhysicsGhostObject.java107 public void setPhysicsLocation(Vector3f location) { method in class:PhysicsGhostObject
279 setPhysicsLocation((Vector3f) capsule.readSavable("physicsLocation", new Vector3f()));
H A DPhysicsRigidBody.java152 public void setPhysicsLocation(Vector3f location) { method in class:PhysicsRigidBody
698 setPhysicsLocation((Vector3f) capsule.readSavable("physicsLocation", new Vector3f()));

Completed in 109 milliseconds