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

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

Completed in 117 milliseconds