Move math utilities to OpenNest.Math namespace
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="Align.cs" />
|
||||
<Compile Include="AlignType.cs" />
|
||||
<Compile Include="Angle.cs" />
|
||||
<Compile Include="Math\Angle.cs" />
|
||||
<Compile Include="CNC\KerfType.cs" />
|
||||
<Compile Include="CNC\CodeType.cs" />
|
||||
<Compile Include="CNC\LayerType.cs" />
|
||||
@@ -47,7 +47,7 @@
|
||||
<Compile Include="CutParameters.cs" />
|
||||
<Compile Include="Drawing.cs" />
|
||||
<Compile Include="Collections\DrawingCollection.cs" />
|
||||
<Compile Include="EvenOdd.cs" />
|
||||
<Compile Include="Math\EvenOdd.cs" />
|
||||
<Compile Include="ConvertGeometry.cs" />
|
||||
<Compile Include="CNC\ArcMove.cs" />
|
||||
<Compile Include="CNC\Comment.cs" />
|
||||
@@ -58,7 +58,7 @@
|
||||
<Compile Include="CNC\Feedrate.cs" />
|
||||
<Compile Include="CNC\Kerf.cs" />
|
||||
<Compile Include="CNC\SubProgramCall.cs" />
|
||||
<Compile Include="Generic.cs" />
|
||||
<Compile Include="Math\Generic.cs" />
|
||||
<Compile Include="Geometry\Arc.cs" />
|
||||
<Compile Include="BoundingBox.cs" />
|
||||
<Compile Include="Box.cs" />
|
||||
@@ -77,7 +77,7 @@
|
||||
<Compile Include="RotationType.cs" />
|
||||
<Compile Include="Geometry\Shape.cs" />
|
||||
<Compile Include="Size.cs" />
|
||||
<Compile Include="Tolerance.cs" />
|
||||
<Compile Include="Math\Tolerance.cs" />
|
||||
<Compile Include="Units.cs" />
|
||||
<Compile Include="Vector.cs" />
|
||||
<Compile Include="IPostProcessor.cs" />
|
||||
@@ -93,11 +93,11 @@
|
||||
<Compile Include="CNC\Program.cs" />
|
||||
<Compile Include="ConvertProgram.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Quantity.cs" />
|
||||
<Compile Include="DwgQty.cs" />
|
||||
<Compile Include="Spacing.cs" />
|
||||
<Compile Include="Timing.cs" />
|
||||
<Compile Include="TimingInfo.cs" />
|
||||
<Compile Include="Trigonometry.cs" />
|
||||
<Compile Include="Math\Trigonometry.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
||||
Reference in New Issue
Block a user