|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WheelInfo | |
---|---|
com.bulletphysics.dynamics.vehicle |
Uses of WheelInfo in com.bulletphysics.dynamics.vehicle |
---|
Fields in com.bulletphysics.dynamics.vehicle with type parameters of type WheelInfo | |
---|---|
java.util.List<WheelInfo> |
RaycastVehicle.wheelInfo
|
Methods in com.bulletphysics.dynamics.vehicle that return WheelInfo | |
---|---|
WheelInfo |
RaycastVehicle.addWheel(javax.vecmath.Vector3f connectionPointCS,
javax.vecmath.Vector3f wheelDirectionCS0,
javax.vecmath.Vector3f wheelAxleCS,
float suspensionRestLength,
float wheelRadius,
VehicleTuning tuning,
boolean isFrontWheel)
Basically most of the code is general for 2 or 4 wheel vehicles, but some of it needs to be reviewed. |
WheelInfo |
RaycastVehicle.getWheelInfo(int index)
|
Methods in com.bulletphysics.dynamics.vehicle with parameters of type WheelInfo | |
---|---|
float |
RaycastVehicle.rayCast(WheelInfo wheel)
|
void |
RaycastVehicle.updateWheelTransformsWS(WheelInfo wheel)
|
void |
RaycastVehicle.updateWheelTransformsWS(WheelInfo wheel,
boolean interpolatedTransform)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |