|
group2 0.1.0
CSE 125 Group 2
|
FNV-1a state hash implementation. More...
#include "ecs/physics/DeterminismHash.hpp"#include "ecs/components/Orientation.hpp"#include "ecs/components/Position.hpp"#include "ecs/components/RigidBody.hpp"#include "ecs/components/Velocity.hpp"#include <algorithm>#include <cstring>#include <vector>Namespaces | |
| namespace | physics |
| Pure physics math — no ECS types, no registry. | |
| namespace | physics::diag |
Functions | |
| uint64_t | physics::diag::hashPhysicsState (const Registry ®istry) noexcept |
| Compute a deterministic hash of physics-relevant ECS state. | |
FNV-1a state hash implementation.