feat: add BestFitFinder orchestrator with hull edge angle strategies

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 11:54:26 -05:00
parent 7a0aac9f59
commit 955446a2f4
2 changed files with 180 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@
<Compile Include="BestFit\IBestFitStrategy.cs" />
<Compile Include="BestFit\PairEvaluator.cs" />
<Compile Include="BestFit\BestFitFilter.cs" />
<Compile Include="BestFit\BestFitFinder.cs" />
<Compile Include="BestFit\RotationSlideStrategy.cs" />
<Compile Include="BestFit\Tiling\TileResult.cs" />
<Compile Include="BestFit\Tiling\TileEvaluator.cs" />