Skip to content

FovType must be configurable by the user #7

@fabio-t

Description

@fabio-t

Right now, Fov algorithms consider only a circle around the starting point, while Los algorithms consider a square. AStar considers a square, too.

Instead of trying to make this completely consistent, or to add yet more arguments to the contract, we should simply make this behaviour configurable.

  • SQUARE fov implies manhattan distance

  • CIRCLE fov implies "pseudo euclidean" distance (eg, floored and converted to int)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions