fix: Point2D already defined in point.h
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user