Home
last modified time | relevance | path

Searched refs:getPhysicsLocation (Results 1 – 21 of 21) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java139 public Vector3f getPhysicsLocation(Vector3f trans) { in getPhysicsLocation() method in PhysicsGhostObject
143 getPhysicsLocation(objectId, trans); in getPhysicsLocation()
147 private native void getPhysicsLocation(long objectId, Vector3f vector); in getPhysicsLocation() method in PhysicsGhostObject
178 public Vector3f getPhysicsLocation() { in getPhysicsLocation() method in PhysicsGhostObject
180 getPhysicsLocation(objectId, vec); in getPhysicsLocation()
285 capsule.write(getPhysicsLocation(new Vector3f()), "physicsLocation", new Vector3f()); in write()
DPhysicsCharacter.java224 public Vector3f getPhysicsLocation(Vector3f trans) { in getPhysicsLocation() method in PhysicsCharacter
228 getPhysicsLocation(objectId, trans); in getPhysicsLocation()
232 private native void getPhysicsLocation(long objectId, Vector3f vec); in getPhysicsLocation() method in PhysicsCharacter
237 public Vector3f getPhysicsLocation() { in getPhysicsLocation() method in PhysicsCharacter
238 return getPhysicsLocation(null); in getPhysicsLocation()
293 capsule.write(getPhysicsLocation(new Vector3f()), "physicsLocation", new Vector3f()); in write()
DPhysicsRigidBody.java173 public Vector3f getPhysicsLocation(Vector3f trans) { in getPhysicsLocation() method in PhysicsRigidBody
177 getPhysicsLocation(objectId, trans); in getPhysicsLocation()
181 private native void getPhysicsLocation(long objectId, Vector3f vector); in getPhysicsLocation() method in PhysicsRigidBody
212 public Vector3f getPhysicsLocation() { in getPhysicsLocation() method in PhysicsRigidBody
214 getPhysicsLocation(objectId, vec); in getPhysicsLocation()
722 capsule.write(getPhysicsLocation(new Vector3f()), "physicsLocation", new Vector3f()); in write()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DCharacterControl.java73 control.setPhysicsLocation(getPhysicsLocation()); in cloneForSpatial()
136 getPhysicsLocation(localLocation); in update()
147 spatial.setLocalTranslation(getPhysicsLocation()); in update()
159 debugShape.setLocalTranslation(getPhysicsLocation()); in render()
DGhostControl.java75 control.setPhysicsLocation(getPhysicsLocation()); in cloneForSpatial()
DRigidBodyControl.java79 control.setPhysicsLocation(getPhysicsLocation(null)); in cloneForSpatial()
DVehicleControl.java99 control.setPhysicsLocation(getPhysicsLocation()); in cloneForSpatial()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsCharacter.java204 public Vector3f getPhysicsLocation(Vector3f trans) { in getPhysicsLocation() method in PhysicsCharacter
216 public Vector3f getPhysicsLocation() { in getPhysicsLocation() method in PhysicsCharacter
271 capsule.write(getPhysicsLocation(new Vector3f()), "physicsLocation", new Vector3f()); in write()
DPhysicsGhostObject.java143 public Vector3f getPhysicsLocation(Vector3f trans) { in getPhysicsLocation() method in PhysicsGhostObject
179 public Vector3f getPhysicsLocation() { in getPhysicsLocation() method in PhysicsGhostObject
268 capsule.write(getPhysicsLocation(new Vector3f()), "physicsLocation", new Vector3f()); in write()
DPhysicsRigidBody.java184 public Vector3f getPhysicsLocation() { in getPhysicsLocation() method in PhysicsRigidBody
185 return getPhysicsLocation(null); in getPhysicsLocation()
199 public Vector3f getPhysicsLocation(Vector3f location) { in getPhysicsLocation() method in PhysicsRigidBody
673 capsule.write(getPhysicsLocation(new Vector3f()), "physicsLocation", new Vector3f()); in write()
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DBombControl.java97 ghostObject.setPhysicsLocation(getPhysicsLocation(vector)); in collision()
120 rBody.getPhysicsLocation(vector2); in physicsTick()
DTestQ3.java137 cam.setLocation(player.getPhysicsLocation()); in simpleUpdate()
DTestPhysicsCar.java177 cam.lookAt(vehicle.getPhysicsLocation(), Vector3f.UNIT_Y); in simpleUpdate()
DTestAttachDriver.java244 cam.lookAt(vehicle.getPhysicsLocation(), Vector3f.UNIT_Y); in simpleUpdate()
DTestWalkingChar.java399 bulletg.setLocalTranslation(character.getPhysicsLocation().add(cam.getDirection().mult(5))); in bulletControl()
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
DHelloCollision.java176 cam.setLocation(player.getPhysicsLocation()); in simpleUpdate()
DHelloTerrainCollision.java221 cam.setLocation(player.getPhysicsLocation()); in simpleUpdate()
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
DTerrainGridSerializationTest.java176 this.cam.setLocation(this.player3.getPhysicsLocation()); in simpleUpdate()
DTerrainGridTileLoaderTest.java233 this.cam.setLocation(this.player3.getPhysicsLocation()); in simpleUpdate()
DTerrainGridTest.java236 this.cam.setLocation(this.player3.getPhysicsLocation()); in simpleUpdate()
DTerrainGridAlphaMapTest.java325 this.cam.setLocation(this.player3.getPhysicsLocation()); in simpleUpdate()