Package com.github.yellowstonegames.seek


package com.github.yellowstonegames.seek
  • Classes
    Class
    Description
    A group of pathfinding algorithms that explore in all directions equally, and are commonly used when there is more than one valid goal, or when you want a gradient floodfill to mark each cell in an area with its distance from a goal.
    Calculates the Zone of Influence, also known as Zone of Control, for different points on a map.