| Interface | Description |
|---|---|
| Path<T extends com.badlogic.gdx.math.Vector<T>,P extends Path.PathParam> |
The
Path for an agent having path following behavior. |
| Path.PathParam |
A path parameter used by path following behaviors to keep the path status.
|
| RayConfiguration<T extends com.badlogic.gdx.math.Vector<T>> |
A
RayConfiguration is a collection of rays typically used for collision avoidance. |