pub fn hash_world_transform(h: u32, xf: &WorldTransform) -> u32Expand 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)