feat: add RotatingCalipers class with minimum bounding rectangle algorithm

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

View File

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