Home
last modified time | relevance | path

Searched refs:isFrontWheel (Results 1 – 8 of 8) 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/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
DbtRaycastVehicle.java203 …sionRestLength, float wheelRadius, btRaycastVehicle.btVehicleTuning tuning, boolean isFrontWheel) { in addWheel() argument
204 …ngth, wheelRadius, btRaycastVehicle.btVehicleTuning.getCPtr(tuning), tuning, isFrontWheel), false); in addWheel()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
DbtRaycastVehicle.h117 …Scalar suspensionRestLength,btScalar wheelRadius,const btVehicleTuning& tuning, bool isFrontWheel);
DbtRaycastVehicle.cpp65 …Scalar suspensionRestLength, btScalar wheelRadius,const btVehicleTuning& tuning, bool isFrontWheel) in addWheel() argument
79 ci.m_bIsFrontWheel = isFrontWheel; in addWheel()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DVehicleControl.java112 …l.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), wheel.isFrontWheel()); in cloneForSpatial()