refactor: extract Rounding from Helper to OpenNest.Math

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-15 17:38:23 -04:00
parent 823320e982
commit 09cdb98dfc
3 changed files with 42 additions and 35 deletions

View File

@@ -412,8 +412,8 @@ namespace OpenNest
}
Size = new Size(
Helper.RoundUpToNearest(width, roundingFactor),
Helper.RoundUpToNearest(length, roundingFactor));
Rounding.RoundUpToNearest(width, roundingFactor),
Rounding.RoundUpToNearest(length, roundingFactor));
}
/// <summary>