/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
D | PhysicsVehicle.java | 134 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()
|
D | VehicleWheel.java | 126 public boolean isFrontWheel() { in isFrontWheel() method in VehicleWheel
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
D | PhysicsVehicle.java | 139 …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()
|
D | VehicleWheel.java | 131 public boolean isFrontWheel() { in isFrontWheel() method in VehicleWheel
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/ |
D | btRaycastVehicle.java | 203 …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/ |
D | btRaycastVehicle.h | 117 …Scalar suspensionRestLength,btScalar wheelRadius,const btVehicleTuning& tuning, bool isFrontWheel);
|
D | btRaycastVehicle.cpp | 65 …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/ |
D | VehicleControl.java | 112 …l.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), wheel.isFrontWheel()); in cloneForSpatial()
|