| Class | Description |
|---|---|
| CentralRayWithWhiskersConfiguration<T extends com.badlogic.gdx.math.Vector<T>> |
A
CentralRayWithWhiskersConfiguration uses a long central ray and two shorter whiskers. |
| ParallelSideRayConfiguration<T extends com.badlogic.gdx.math.Vector<T>> |
A
ParallelSideRayConfiguration uses two rays parallel to the direction of motion. |
| RayConfigurationBase<T extends com.badlogic.gdx.math.Vector<T>> |
RayConfigurationBase is the base class for concrete ray configurations having a fixed number of rays. |
| SingleRayConfiguration<T extends com.badlogic.gdx.math.Vector<T>> |
As the name suggests, a
SingleRayConfiguration uses just one ray cast. |