20#include <unordered_map>
30 [[nodiscard]]
static uint64_t
pairKey(entt::entity a, entt::entity b)
noexcept;
47 [[nodiscard]]
auto end()
const {
return cache_.end(); }
48 [[nodiscard]]
size_t size() const noexcept {
return cache_.size(); }
49 void clear() noexcept;
58 std::unordered_map<uint64_t, Entry>
cache_;
Pure physics math — no ECS types, no registry.
Definition BroadphaseTree.cpp:11
Definition ContactCache.hpp:53
uint32_t lastTouchedFrame
Definition ContactCache.hpp:55
ContactManifold manifold
Definition ContactCache.hpp:54