Searched defs:frontWheel (Results 1 – 5 of 5) sorted by relevance
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
D | VehicleWheel.java | 50 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/ |
D | VehicleWheel.java | 50 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()
|
D | PhysicsVehicle.java | 149 …irection, Vector3f axle, float restLength, float radius, VehicleTuning tuning, boolean frontWheel); in addWheel()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_objects_VehicleWheel.cpp | 82 …t maxSuspensionTravelCm, jfloat maxSuspensionForce, jfloat radius, jboolean frontWheel, jfloat res… in Java_com_jme3_bullet_objects_VehicleWheel_applyInfo()
|
D | com_jme3_bullet_objects_PhysicsVehicle.cpp | 130 …t direction, jobject axle, jfloat restLength, jfloat radius, jobject tuning, jboolean frontWheel) { in Java_com_jme3_bullet_objects_PhysicsVehicle_addWheel()
|