pub static CURRENT_CENTROID_X0: AtomicU64Expand description
Current active centroid packed into a 64-bit atomic (assuming lower fidelity or bit-packing for tracking) Using AtomicU64 to store scaled f32 x0, x1 components for zero-allocation tracking.