public abstract class VehicleType
extends java.lang.Object
Constructor and Description |
---|
VehicleType() |
Modifier and Type | Method and Description |
---|---|
MomentumType |
getMomentumType()
The friction of the vehicle with the ground/surrounding.
|
MovementType |
getMovementType()
The main movement type of the vehicle
|
TiltType |
getTiltType()
The tilt of the vehicle.
|
public MovementType getMovementType()
public MomentumType getMomentumType()
public TiltType getTiltType()