Home
last modified time | relevance | path

Searched defs:frontWheel (Results 1 – 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DVehicleWheel.java50 protected boolean frontWheel; field in VehicleWheel
74 float restLength, float radius, boolean frontWheel) { in VehicleWheel()
80 float restLength, float radius, boolean frontWheel) { in VehicleWheel()
130 public void setFrontWheel(boolean frontWheel) { in setFrontWheel()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DVehicleWheel.java50 protected boolean frontWheel; field in VehicleWheel
74 float restLength, float radius, boolean frontWheel) { in VehicleWheel()
80 float restLength, float radius, boolean frontWheel) { in VehicleWheel()
135 public void setFrontWheel(boolean frontWheel) { in setFrontWheel()
269 boolean frontWheel, in applyInfo()
DPhysicsVehicle.java149 …irection, Vector3f axle, float restLength, float radius, VehicleTuning tuning, boolean frontWheel); in addWheel()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_objects_VehicleWheel.cpp82 …t maxSuspensionTravelCm, jfloat maxSuspensionForce, jfloat radius, jboolean frontWheel, jfloat res… in Java_com_jme3_bullet_objects_VehicleWheel_applyInfo()
Dcom_jme3_bullet_objects_PhysicsVehicle.cpp130 …t direction, jobject axle, jfloat restLength, jfloat radius, jobject tuning, jboolean frontWheel) { in Java_com_jme3_bullet_objects_PhysicsVehicle_addWheel()