Package | Description |
---|---|
com.tyrlib2.ai.steering |
Modifier and Type | Class and Description |
---|---|
class |
PointMass
A very simple vehicle model made up simply by a point mass.
|
Modifier and Type | Method and Description |
---|---|
IVehicle |
Steerer.getVehicle() |
Modifier and Type | Method and Description |
---|---|
Vector3 |
Seek.apply(IVehicle vehicle) |
Vector3 |
ObstacleAvoidance.apply(IVehicle vehicle) |
Vector3 |
JoystickInput.apply(IVehicle vehicle) |
Vector3 |
IPattern.apply(IVehicle vehicle) |
Vector3 |
Flee.apply(IVehicle vehicle) |
Constructor and Description |
---|
Steerer(IVehicle vehicle) |