|
ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
|
#include "vde/foundation/math_types.h"

类 | |
| struct | vde::foundation::AdaptiveDouble |
命名空间 | |
| vde | |
| vde::foundation | |
| 自适应双精度谓词后端(默认) | |
| vde::foundation::exact | |
函数 | |
| 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) 更多... | |