FastEngine 0.9.4
A multiplayer oriented 2D engine made with Vulkan.
Loading...
Searching...
No Matches
fge::AStar::Generator Class Reference

Public Member Functions

void setWorldSize (fge::Vector2i worldSize)
fge::Vector2i const & getWorldSize () const
void setDiagonalMovement (bool enable)
void setHeuristic (HeuristicFunction heuristic)
CoordinateList findPath (fge::Vector2i source, fge::Vector2i target)
void addCollision (fge::Vector2i coord)
void removeCollision (fge::Vector2i coord)
void clearCollisions ()

The documentation for this class was generated from the following file: