Move geometry primitives to OpenNest.Geometry namespace

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 13:02:12 -05:00
parent 8d9aebb83f
commit 67a66e10fd
46 changed files with 67 additions and 28 deletions

View File

@@ -1,6 +1,7 @@
using System.Drawing;
using System.Linq;
using OpenNest.CNC;
using OpenNest.Geometry;
namespace OpenNest
{