initial commit
This commit is contained in:
6
src/TraceCad.Core/Geometry/GeometryConstants.cs
Normal file
6
src/TraceCad.Core/Geometry/GeometryConstants.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace TraceCad.Core.Geometry;
|
||||
|
||||
public static class GeometryConstants
|
||||
{
|
||||
public const double Epsilon = 1e-9;
|
||||
}
|
||||
Reference in New Issue
Block a user