feat: P1 complete - geodesic, CDT, NURBS surface
CI / Build & Test (push) Failing after 38s
CI / Release Build (push) Failing after 26s

This commit is contained in:
ViewDesignEngine
2026-07-23 07:04:11 +00:00
parent 6f7835c458
commit 5b3912f862
8 changed files with 580 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ using Point2D = Point<double, 2>;
using Point3D = Point<double, 3>;
using Point2f = Point<float, 2>;
using Point3f = Point<float, 3>;
using Point4D = Eigen::Matrix<double, 4, 1>;
using Vector2D = Vector<double, 2>;
using Vector3D = Vector<double, 3>;