| Class | Description |
|---|---|
| LinePath<T extends com.badlogic.gdx.math.Vector<T>> |
A
LinePath is a path for path following behaviors that is made up of a series of waypoints. |
| LinePath.LinePathParam |
A
LinePathParam contains the status of a LinePath. |
| LinePath.Segment<T extends com.badlogic.gdx.math.Vector<T>> |
A
Segment connects two consecutive waypoints of a LinePath. |