Searched refs:wheelWorldLocation (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DVehicleWheel.java63 protected Vector3f wheelWorldLocation = new Vector3f(); field in class:VehicleWheel
90 getWheelLocation(wheelId, wheelIndex, wheelWorldLocation);
106 localLocation.set(wheelWorldLocation).subtractLocal(wheelSpatial.getParent().getWorldTranslation());
116 wheelSpatial.setLocalTranslation(wheelWorldLocation);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DVehicleWheel.java63 protected Vector3f wheelWorldLocation = new Vector3f(); field in class:VehicleWheel
90 Converter.convert(wheelInfo.worldTransform.origin, wheelWorldLocation);
102 localLocation.set(wheelWorldLocation).subtractLocal(wheelSpatial.getParent().getWorldTranslation());
112 wheelSpatial.setLocalTranslation(wheelWorldLocation);

Completed in 55 milliseconds