Groups
Category
The sweep line technique processes geometric or time-based events in sorted order and maintains an active set that reflects the current state at the sweep position.
Line sweep (plane sweep) is a technique that processes geometric objects by moving an imaginary line and handling events in sorted order.