public abstract static class RegularCarModel.CarDefinition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected javax.vecmath.Vector3f |
collisionBox |
protected float |
mass |
protected float |
suspensionCompression |
protected float |
suspensionDamping |
protected float |
suspensionRestLength |
protected float |
suspensionStiffness |
protected com.bulletphysics.dynamics.vehicle.VehicleTuning |
tuning |
protected javax.vecmath.Vector3f |
wheelAxle |
protected RegularCarModel.WheelDefinition[] |
wheelDefinitions |
protected javax.vecmath.Vector3f |
wheelDirection |
protected float |
wheelFriction |
protected float |
wheelRollInfluence |
Constructor and Description |
---|
RegularCarModel.CarDefinition() |
Modifier and Type | Method and Description |
---|---|
javax.vecmath.Vector3f |
getCollisionBox() |
float |
getMass() |
float |
getSuspensionCompression() |
float |
getSuspensionDamping() |
float |
getSuspensionRestLength() |
float |
getSuspensionStiffness() |
com.bulletphysics.dynamics.vehicle.VehicleTuning |
getTuning() |
javax.vecmath.Vector3f |
getWheelAxle() |
RegularCarModel.WheelDefinition[] |
getWheelDefinitions() |
javax.vecmath.Vector3f |
getWheelDirection() |
float |
getWheelFriction() |
float |
getWheelRollInfluence() |
protected javax.vecmath.Vector3f collisionBox
protected RegularCarModel.WheelDefinition[] wheelDefinitions
protected float mass
protected javax.vecmath.Vector3f wheelDirection
protected javax.vecmath.Vector3f wheelAxle
protected float wheelFriction
protected float wheelRollInfluence
protected float suspensionStiffness
protected float suspensionDamping
protected float suspensionCompression
protected float suspensionRestLength
protected com.bulletphysics.dynamics.vehicle.VehicleTuning tuning
public javax.vecmath.Vector3f getCollisionBox()
public RegularCarModel.WheelDefinition[] getWheelDefinitions()
public float getMass()
public javax.vecmath.Vector3f getWheelDirection()
public javax.vecmath.Vector3f getWheelAxle()
public float getWheelFriction()
public float getWheelRollInfluence()
public float getSuspensionStiffness()
public float getSuspensionDamping()
public float getSuspensionCompression()
public float getSuspensionRestLength()
public com.bulletphysics.dynamics.vehicle.VehicleTuning getTuning()