ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
vde::foundation::exact 命名空间参考

枚举

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

函数

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