HomeSort by relevance Sort by last modified time
    Searched full:physicslocation (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsGhostObject.java 67 private com.jme3.math.Transform physicsLocation = new com.jme3.math.Transform();
134 * @return the physicsLocation
137 return physicsLocation;
141 * @return the physicsLocation
148 Converter.convert(tempTrans.origin, physicsLocation.getTranslation());
149 return trans.set(physicsLocation.getTranslation());
153 * @return the physicsLocation
160 Converter.convert(tempTrans.getRotation(tempRot), physicsLocation.getRotation());
161 return rot.set(physicsLocation.getRotation());
165 * @return the physicsLocation
    [all...]
PhysicsCharacter.java 68 private com.jme3.math.Transform physicsLocation = new com.jme3.math.Transform();
202 * @return the physicsLocation
209 Converter.convert(tempTrans.origin, physicsLocation.getTranslation());
210 return trans.set(physicsLocation.getTranslation());
214 * @return the physicsLocation
218 Converter.convert(tempTrans.origin, physicsLocation.getTranslation());
219 return physicsLocation.getTranslation();
271 capsule.write(getPhysicsLocation(new Vector3f()), "physicsLocation", new Vector3f());
288 setPhysicsLocation((Vector3f) capsule.readSavable("physicsLocation", new Vector3f()));
PhysicsRigidBody.java 673 capsule.write(getPhysicsLocation(new Vector3f()), "physicsLocation", new Vector3f());
698 setPhysicsLocation((Vector3f) capsule.readSavable("physicsLocation", new Vector3f()));
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsGhostObject.java 137 * @return the physicsLocation
150 * @return the physicsLocation
163 * @return the physicsLocation
176 * @return the physicsLocation
185 * @return the physicsLocation
285 capsule.write(getPhysicsLocation(new Vector3f()), "physicsLocation", new Vector3f());
296 setPhysicsLocation((Vector3f) capsule.readSavable("physicsLocation", new Vector3f()));
PhysicsCharacter.java 222 * @return the physicsLocation
235 * @return the physicsLocation
293 capsule.write(getPhysicsLocation(new Vector3f()), "physicsLocation", new Vector3f());
309 setPhysicsLocation((Vector3f) capsule.readSavable("physicsLocation", new Vector3f()));
PhysicsRigidBody.java 171 * @return the physicsLocation
184 * @return the physicsLocation
197 * @return the physicsLocation
210 * @return the physicsLocation
219 * @return the physicsLocation
722 capsule.write(getPhysicsLocation(new Vector3f()), "physicsLocation", new Vector3f());
747 setPhysicsLocation((Vector3f) capsule.readSavable("physicsLocation", new Vector3f()));

Completed in 1108 milliseconds