public static class RegularCarModel.WheelDefinition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
isBreaking |
boolean |
isPropulsive |
boolean |
isSteered |
javax.vecmath.Vector3f |
offset |
float |
radius |
Constructor and Description |
---|
RegularCarModel.WheelDefinition(float radius,
javax.vecmath.Vector3f offset,
boolean isSteered,
boolean isPropulsive,
boolean isBreaking) |