Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DVehicleWheel.java357 public float getDeltaRotation() { in getDeltaRotation() method in VehicleWheel
358 return getDeltaRotation(wheelId, wheelIndex); in getDeltaRotation()
361 public native float getDeltaRotation(long wheelId, int wheelIndex); in getDeltaRotation() method in VehicleWheel
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DVehicleWheel.java339 public float getDeltaRotation() { in getDeltaRotation() method in VehicleWheel