public abstract static class CarModel.CarDefinition extends Object
Modifier and Type | Field and Description |
---|---|
protected javax.vecmath.Vector3f |
collisionBox |
protected float |
commonSpeed |
protected javax.vecmath.Vector3f |
frontAxisMidPoint |
protected float |
mass |
protected float |
maxSteering |
protected double |
safetyRange |
protected float |
suspensionCompression |
protected float |
suspensionDamping |
protected float |
suspensionRestLength |
protected float |
suspensionStiffness |
protected com.bulletphysics.dynamics.vehicle.VehicleTuning |
tuning |
protected double |
turnRadius |
protected javax.vecmath.Vector3f |
wheelAxle |
protected CarModel.WheelDefinition[] |
wheelDefinitions |
protected javax.vecmath.Vector3f |
wheelDirection |
protected float |
wheelFriction |
protected float |
wheelRollInfluence |
Constructor and Description |
---|
CarModel.CarDefinition() |
Modifier and Type | Method and Description |
---|---|
javax.vecmath.Vector3f |
getCollisionBox() |
float |
getCommonSpeed() |
javax.vecmath.Vector3f |
getFrontAxisMidPoint() |
float |
getMass() |
float |
getMaxSteering() |
double |
getSafetyRange() |
float |
getSuspensionCompression() |
float |
getSuspensionDamping() |
float |
getSuspensionRestLength() |
float |
getSuspensionStiffness() |
com.bulletphysics.dynamics.vehicle.VehicleTuning |
getTuning() |
double |
getTurnRadius() |
javax.vecmath.Vector3f |
getWheelAxle() |
CarModel.WheelDefinition[] |
getWheelDefinitions() |
javax.vecmath.Vector3f |
getWheelDirection() |
float |
getWheelFriction() |
float |
getWheelRollInfluence() |
protected javax.vecmath.Vector3f collisionBox
protected CarModel.WheelDefinition[] wheelDefinitions
protected float mass
protected javax.vecmath.Vector3f wheelDirection
protected javax.vecmath.Vector3f wheelAxle
protected javax.vecmath.Vector3f frontAxisMidPoint
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
protected float maxSteering
protected double turnRadius
protected double safetyRange
protected float commonSpeed
public javax.vecmath.Vector3f getCollisionBox()
public CarModel.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()
public javax.vecmath.Vector3f getFrontAxisMidPoint()
public float getMaxSteering()
public double getTurnRadius()
public double getSafetyRange()
public float getCommonSpeed()
Copyright © 2016 Agent Technology Center (ATG). All rights reserved.