44 template <
typename T1,
typename T2>
The agx namespace contains the dynamics/math part of the AGX Dynamics API.
UInt32 hash(const T &key)
AGXCORE_EXPORT void splitHashKey(agx::UInt64 key, agx::UInt32 &id1, agx::UInt32 &id2)
AGXCORE_EXPORT agx::UInt64 buildHashKey(agx::UInt32 id1, agx::UInt32 id2)
bool hashKeyEqual(const T1 &key1, const T2 &key2)
AGXCORE_EXPORT bool hashKeyContains(agx::UInt64 key, agx::UInt32 id)
UInt32 operator()(const T &key) const