|
ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
|
#include <cmath>#include <limits>#include <algorithm>
类 | |
| 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 结果 更多... | |