Package | Description |
---|---|
squidpony.squidgrid.fov |
Modifier and Type | Class and Description |
---|---|
class |
BresenhamLOS
A Bresenham-based line-of-sight algorithm.
|
class |
EliasLOS
Uses Wu's Algorithm as modified by Elias to draw the line.
|
class |
RayCastingLOS
Uses a series of rays internal to the start and end point to determine
visibility.
|