HomeSort by relevance Sort by last modified time
    Searched defs:frontWheel (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java 50 protected boolean frontWheel;
74 float restLength, float radius, boolean frontWheel) {
75 this(location, direction, axle, restLength, radius, frontWheel);
80 float restLength, float radius, boolean frontWheel) {
84 this.frontWheel = frontWheel;
132 return frontWheel;
135 public void setFrontWheel(boolean frontWheel) {
136 this.frontWheel = frontWheel;
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java 50 protected boolean frontWheel;
74 float restLength, float radius, boolean frontWheel) {
75 this(location, direction, axle, restLength, radius, frontWheel);
80 float restLength, float radius, boolean frontWheel) {
84 this.frontWheel = frontWheel;
127 return frontWheel;
130 public void setFrontWheel(boolean frontWheel) {
131 this.frontWheel = frontWheel;
    [all...]

Completed in 135 milliseconds