initial commit

This commit is contained in:
2026-05-02 01:01:15 +02:00
parent 591399495c
commit fc73ff47ff
945 changed files with 11285 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace TraceCad.Core.Geometry;
public static class GeometryConstants
{
public const double Epsilon = 1e-9;
}