Skip to main content

hash_world_transform

Function hash_world_transform 

Source
pub fn hash_world_transform(h: u32, xf: &WorldTransform) -> u32
Expand description

Hash a world transform’s raw little-endian field bytes in C declaration order, matching b3Hash(hash, (uint8_t*)&xf, sizeof(b3WorldTransform)) on little-endian hosts. (determinism.c UpdateFallingRagdolls)