public class WheelInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WheelInfo.RaycastInfo |
| Modifier and Type | Field and Description |
|---|---|
boolean |
bIsFrontWheel |
float |
brake |
Vector3f |
chassisConnectionPointCS |
Object |
clientInfo |
float |
clippedInvContactDotSuspension |
float |
deltaRotation |
float |
engineForce |
float |
frictionSlip |
float |
maxSuspensionForce |
float |
maxSuspensionTravelCm |
WheelInfo.RaycastInfo |
raycastInfo |
float |
rollInfluence |
float |
rotation |
float |
skidInfo |
float |
steering |
float |
suspensionRelativeVelocity |
float |
suspensionRestLength1 |
float |
suspensionStiffness |
Vector3f |
wheelAxleCS |
Vector3f |
wheelDirectionCS |
float |
wheelsDampingCompression |
float |
wheelsDampingRelaxation |
float |
wheelsRadius |
float |
wheelsSuspensionForce |
Transform |
worldTransform |
| Constructor and Description |
|---|
WheelInfo(WheelInfoConstructionInfo ci) |
| Modifier and Type | Method and Description |
|---|---|
float |
getSuspensionRestLength() |
void |
updateWheel(RigidBody chassis,
WheelInfo.RaycastInfo raycastInfo) |
public final WheelInfo.RaycastInfo raycastInfo
public final Transform worldTransform
public final Vector3f chassisConnectionPointCS
public final Vector3f wheelDirectionCS
public final Vector3f wheelAxleCS
public float suspensionRestLength1
public float maxSuspensionTravelCm
public float maxSuspensionForce
public float wheelsRadius
public float suspensionStiffness
public float wheelsDampingCompression
public float wheelsDampingRelaxation
public float frictionSlip
public float steering
public float rotation
public float deltaRotation
public float rollInfluence
public float engineForce
public float brake
public boolean bIsFrontWheel
public Object clientInfo
public float clippedInvContactDotSuspension
public float suspensionRelativeVelocity
public float wheelsSuspensionForce
public float skidInfo
public WheelInfo(WheelInfoConstructionInfo ci)
public float getSuspensionRestLength()
public void updateWheel(RigidBody chassis, WheelInfo.RaycastInfo raycastInfo)