SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator()()

size_t std::hash< Spices::EdgePoint >::operator() ( Spices::EdgePoint const & edgeP) const
inline

Definition at line 255 of file Vertex.h.

255 {
256 return hash<glm::uvec3>()({ edgeP.next, edgeP.prev, edgeP.self }) +
257 hash<glm::uvec3>()({ edgeP.prev, edgeP.next, edgeP.self });
258 }