Radial patterns and spirals
length() for radius and atan() for angle. This coordinate system makes radial patterns effortless — modulate the radius by the angle using sin() or cos() to create flowers, stars, and gear-like shapes. Offset the angle with distance to produce spirals. Anything that radiates from a center point is easier to express in polar coordinates.