|
ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
|
三角形-三角形相交线段 更多...
#include <tri_intersect.h>

Public 属性 | |
| bool | intersects |
| Point3D | p0 |
| Point3D | p1 |
三角形-三角形相交线段
在文件 tri_intersect.h 第 52 行定义.
| bool vde::collision::TriTriIntersection::intersects |
是否相交
在文件 tri_intersect.h 第 53 行定义.
| Point3D vde::collision::TriTriIntersection::p0 |
交点段起点
在文件 tri_intersect.h 第 54 行定义.
| Point3D vde::collision::TriTriIntersection::p1 |
交点段终点
在文件 tri_intersect.h 第 55 行定义.