ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
predicates.h 文件参考
predicates.h 的引用(Include)关系图:

浏览源代码.

struct  vde::foundation::Predicates
 统一谓词接口 — 编译时选择 GMP 或自适应双精度后端 更多...
 

命名空间

 vde
 
 vde::foundation
 自适应双精度谓词后端(默认)
 

函数

exact::Orientation vde::foundation::orient (const Point2D &a, const Point2D &b, const Point2D &c)
 二维定向测试便捷封装 更多...
 
exact::Orientation vde::foundation::orient (const Point3D &a, const Point3D &b, const Point3D &c, const Point3D &d)
 三维定向测试便捷封装 更多...
 
exact::CircleTest vde::foundation::in_circle (const Point2D &a, const Point2D &b, const Point2D &c, const Point2D &d)
 圆内测试便捷封装 更多...