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

浏览源代码.

命名空间

 vde
 
 vde::curves
 

函数

std::pair< std::vector< Point3D >, std::vector< std::array< int, 3 > > > vde::curves::tessellate (const std::function< Point3D(double, double)> &eval, int res_u, int res_v)
 均匀参数化曲面三角化 更多...
 
std::pair< std::vector< Point3D >, std::vector< std::array< int, 3 > > > vde::curves::adaptive_tessellate (const std::function< Point3D(double, double)> &eval, const std::function< Vector3D(double, double)> &normal_fn, int min_res=2, int max_depth=6, double angle_threshold_deg=5.0)
 自适应曲面三角化 更多...