From 6caed82319f39f8bdd80c6daadf47b705a61e924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=82=E4=B9=8B=E9=92=B3?= Date: Fri, 24 Jul 2026 13:23:45 +0000 Subject: [PATCH] fix: Point2D already defined in point.h --- include/vde/core/cam_toolpath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vde/core/cam_toolpath.h b/include/vde/core/cam_toolpath.h index f286a2b..93dbe16 100644 --- a/include/vde/core/cam_toolpath.h +++ b/include/vde/core/cam_toolpath.h @@ -11,7 +11,7 @@ namespace vde::core { using core::Point3D; using core::Vector3D; -using core::Point2D = Eigen::Matrix; +using Point2D; /// Toolpath segment types enum class PathSegmentType {