Searched defs:wheelId (Results 1 – 1 of 1) sorted by relevance
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
D | VehicleWheel.java | 48 protected long wheelId = 0; field in VehicleWheel 95 private native void getWheelLocation(long vehicleId, int wheelId, Vector3f location); in getWheelLocation() 97 private native void getWheelRotation(long vehicleId, int wheelId, Matrix3f location); in getWheelRotation() 260 private native void applyInfo(long wheelId, int wheelIndex, in applyInfo() 313 private native void getCollisionLocation(long wheelId, int wheelIndex, Vector3f vec); in getCollisionLocation() 332 private native void getCollisionNormal(long wheelId, int wheelIndex, Vector3f vec); in getCollisionNormal() 351 public native float getSkidInfo(long wheelId, int wheelIndex); in getSkidInfo() 361 public native float getDeltaRotation(long wheelId, int wheelIndex); in getDeltaRotation()
|