Home
last modified time | relevance | path

Searched refs:isFrontWheel (Results 1 – 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsVehicle.java134 wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel())); in createVehicle()
148 …3f direction, Vector3f axle, float suspensionRestLength, float wheelRadius, boolean isFrontWheel) { in addWheel() argument
149 … addWheel(null, connectionPoint, direction, axle, suspensionRestLength, wheelRadius, isFrontWheel); in addWheel()
163 …3f direction, Vector3f axle, float suspensionRestLength, float wheelRadius, boolean isFrontWheel) { in addWheel() argument
166 …ew VehicleWheel(connectionPoint, direction, axle, suspensionRestLength, wheelRadius, isFrontWheel); in addWheel()
168 …icleWheel(spat, connectionPoint, direction, axle, suspensionRestLength, wheelRadius, isFrontWheel); in addWheel()
172 suspensionRestLength, wheelRadius, tuning, isFrontWheel); in addWheel()
419 if (getWheel(i).isFrontWheel()) { in steer()
DVehicleWheel.java126 public boolean isFrontWheel() { in isFrontWheel() method in VehicleWheel
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsVehicle.java139 …ction(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel())); in createVehicle()
161 …3f direction, Vector3f axle, float suspensionRestLength, float wheelRadius, boolean isFrontWheel) { in addWheel() argument
162 … addWheel(null, connectionPoint, direction, axle, suspensionRestLength, wheelRadius, isFrontWheel); in addWheel()
176 …3f direction, Vector3f axle, float suspensionRestLength, float wheelRadius, boolean isFrontWheel) { in addWheel() argument
179 …ew VehicleWheel(connectionPoint, direction, axle, suspensionRestLength, wheelRadius, isFrontWheel); in addWheel()
181 …icleWheel(spat, connectionPoint, direction, axle, suspensionRestLength, wheelRadius, isFrontWheel); in addWheel()
191 …ction(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel())); in addWheel()
434 if (getWheel(i).isFrontWheel()) { in steer()
DVehicleWheel.java131 public boolean isFrontWheel() { in isFrontWheel() method in VehicleWheel
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DVehicleControl.java112 …l.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), wheel.isFrontWheel()); in cloneForSpatial()