Fix Polygon2D convex hull winding direction - #249
Conversation
|
CI environment note: AppVeyor build 1.0.553 restored, compiled, and packed the solution successfully, then failed before running any tests because The repository's AppVeyor configuration downloads SDK 5.0.200 but relies on the image for the 3.1 runtime. For comparison, the previous build 1.0.552 found image-provided runtime 3.1.32 and completed both test runs successfully. With runtime 3.1.32 installed locally, this PR's full NUnitLite suite completes with 1307 total, 1271 passed, 0 failed, 35 skipped, and 1 pre-existing inconclusive test. The Release build also succeeds for both |
Fixes #248.
Summary
!clockWisewhen sorting centroid-to-vertex vectors by their signed angle to the x-axis.Testing
netcoreapp3.1: 1307 total, 1271 passed, 0 failed, 35 skipped, 1 inconclusive (pre-existing).netcoreapp3.1andnet461.