|
ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
|

命名空间 | |
| vde | |
| vde::core | |
函数 | |
| std::vector< Point2D > | vde::core::convex_hull_2d (const std::vector< Point2D > &points) |
| 二维凸包计算(Graham Scan 算法) 更多... | |
| std::vector< std::array< Point3D, 3 > > | vde::core::convex_hull_3d (const std::vector< Point3D > &points) |
| 三维凸包计算(QuickHull 算法) 更多... | |