fix: namespace — Point3D/Vector3D 在 vde::core 而非 vde
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
#include <cmath>
|
||||
|
||||
using namespace vde::brep;
|
||||
using vde::Point3D;
|
||||
using vde::Vector3D;
|
||||
using vde::core::Point3D;
|
||||
using vde::core::Vector3D;
|
||||
|
||||
// ═══════════════════════════════════════════════════════════
|
||||
// Basic entity creation (box, sphere, cylinder)
|
||||
|
||||
Reference in New Issue
Block a user