feat: add ConvexHull class with Andrew's monotone chain algorithm

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 22:44:04 -05:00
parent 0424d8db20
commit 13e93c3534
2 changed files with 61 additions and 0 deletions

View File

@@ -64,6 +64,7 @@
<Compile Include="Geometry\Box.cs" />
<Compile Include="Geometry\BoxSplitter.cs" />
<Compile Include="Geometry\Circle.cs" />
<Compile Include="Geometry\ConvexHull.cs" />
<Compile Include="Geometry\DefinedShape.cs" />
<Compile Include="Geometry\Entity.cs" />
<Compile Include="Geometry\EntityType.cs" />