pub fn unpack_position( data: &[u8], bounds_min: [f32; 3], bounds_max: [f32; 3], bits_per_axis: u32, ) -> [f32; 3]
Unpack position from bytes.