![]() |
Gamedev Framework (gf)
0.19.0
A C++17 framework for 2D games
|
This is the complete list of members for gf::OrthogonalHelper, including all inherited members.
computeBounds(Vector2i layerSize, Vector2f tileSize) const | gf::OrthogonalHelper | |
computeCellBounds(Vector2i coords, Vector2f tileSize) const | gf::OrthogonalHelper | |
computeCoordinates(Vector2f position, Vector2f tileSize) const | gf::OrthogonalHelper | |
computePolyline(Vector2i coords, Vector2f tileSize) const | gf::OrthogonalHelper | |
computeVisibleArea(const RectF &local, Vector2f tileSize) const | gf::OrthogonalHelper | |
forEachNeighbor(Vector2i coords, Vector2i layerSize, std::function< void(Vector2i)> func) const | gf::OrthogonalHelper |