common/collision/strategies library
Classes
- CollisionStrategy
- OrbitStrategy
- RadialFanStrategy
- Collision strategy that samples a radial fan around the anchor.
- SnapBackSpiralStrategy
- A collision strategy that resolves marker overlaps by snapping them back along a spiral path. This approach attempts to reposition markers in a visually appealing spiral pattern, reducing overlap while maintaining proximity to their original location.
- StickyGoldenFanStrategy
- Stable collision strategy with a bounded search budget.
- StickyNearestStrategy
- Collision strategy that searches near the previous offset first.