SIGN IN SIGN UP

Fix ConvexHull to return points in counter-clockwise order (#6810)

* Fix ConvexHull to return points in counter-clockwise order

- Add sortCounterClockwise method to ensure CCW ordering
- Start from bottom-most, left-most point for deterministic results
- Fix issue where unordered HashSet broke downstream algorithms
- Add comprehensive tests with CCW order verification

* test(geometry): Achieve 100% test coverage for ConvexHull
I
Indole Yi committed
d5289b92daebdc3f84eed466a59d8470697e4f17
Parent: 4a97258
Committed by GitHub <noreply@github.com> on 10/19/2025, 6:17:19 PM