public interface GeometricPredicates_3
| Modifier and Type | Method and Description |
|---|---|
boolean |
doIntersect(Segment_3 s,
Triangle_3 t)
Intersection test between a segment and a triangle in 3D
|
int |
orientation(Point_3 a,
Point_3 b,
Point_3 c,
Point_3 d)
Compute the orientation of tetrahedron
|
boolean doIntersect(Segment_3 s, Triangle_3 t)
s - a 3D segmentt - a 3D triangleint orientation(Point_3 a, Point_3 b, Point_3 c, Point_3 d)
a - point 3D (one vertex of a tetrahedron)b - point 3D (one vertex of a tetrahedron)c - point 3D (one vertex of a tetrahedron)d - point 3D (one vertex of a tetrahedron)