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
}
std
hash< Spices::EdgePoint >
Generated on Sun Mar 8 2026 10:24:51 for SpiecsEngine by
1.10.0