|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
Hash function for GraphPosition to be used in unordered containers. Combines the hash values of the x and y coordinates to produce a unique hash. More...
#include <graph.h>
Public Member Functions | |
| size_t | operator() (const GraphPosition &p) const noexcept |
Hash function for GraphPosition to be used in unordered containers. Combines the hash values of the x and y coordinates to produce a unique hash.
|
inlinenoexcept |