Home
last modified time | relevance | path

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

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