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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user