ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
interval.h 文件参考
#include <cmath>
#include <limits>
#include <algorithm>
interval.h 的引用(Include)关系图:

浏览源代码.

class  vde::foundation::Interval
 双精度区间算术类 更多...
 

命名空间

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

函数

Interval vde::foundation::orient_2d_interval (double ax, double ay, double bx, double by, double cx, double cy)
 二维定向行列式的区间验证 更多...
 
int vde::foundation::orient_2d_verified (double ax, double ay, double bx, double by, double cx, double cy)
 使用区间算术验证 orient_2d 结果 更多...