fix: Point2D already defined in point.h
CI / Build & Test (push) Failing after 31s
CI / Release Build (push) Failing after 43s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled

This commit is contained in:
茂之钳
2026-07-24 13:23:45 +00:00
parent 00a71c4573
commit 6caed82319
+1 -1
View File
@@ -11,7 +11,7 @@ namespace vde::core {
using core::Point3D;
using core::Vector3D;
using core::Point2D = Eigen::Matrix<double, 2, 1>;
using Point2D;
/// Toolpath segment types
enum class PathSegmentType {