Box SDF and combining shapes
abs() to fold all four quadrants into one, exploiting the shape's symmetry. But the real power of SDFs is combining them: min(a, b) merges two shapes together (union), max(a, b) keeps only their overlap (intersection), and max(a, -b) cuts one shape out of another (subtraction). These boolean operations let you build complex geometry from simple primitives.