ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
exact_predicates.h 文件参考
exact_predicates.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

struct  vde::foundation::AdaptiveDouble
 

命名空间

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

枚举

enum class  vde::foundation::exact::Orientation { vde::foundation::exact::Clockwise , vde::foundation::exact::CounterClockwise , vde::foundation::exact::Collinear }
 二维定向测试结果 更多...
 
enum class  vde::foundation::exact::CircleTest { vde::foundation::exact::Inside , vde::foundation::exact::On , vde::foundation::exact::Outside }
 圆测试结果 更多...
 

函数

Orientation vde::foundation::exact::orient_2d (const Point2D &a, const Point2D &b, const Point2D &c)
 自适应精度二维定向测试(Shewchuk 算法) 更多...
 
Orientation vde::foundation::exact::orient_3d (const Point3D &a, const Point3D &b, const Point3D &c, const Point3D &d)
 自适应精度三维定向测试 更多...
 
CircleTest vde::foundation::exact::in_circle (const Point2D &a, const Point2D &b, const Point2D &c, const Point2D &d)
 自适应精度圆内测试(In-Circle Test) 更多...