ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
convex_hull.h 文件参考
#include "vde/core/point.h"
#include <vector>
convex_hull.h 的引用(Include)关系图:

浏览源代码.

命名空间

 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 算法) 更多...