Searched defs:getPhysicsLocation (Results 1 - 6 of 6) 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/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());

Completed in 90 milliseconds