Package | Description |
---|---|
Jcg.geometry | |
Jcg.geometry.kernel | |
Jcg.mesh |
Modifier and Type | Method and Description |
---|---|
static boolean |
GeometricOperations_3.doIntersect(Segment_3 s,
Triangle_3 t)
Deprecated.
refer to Jcg.geometry.kernel.GeometricPredicates_3
|
Modifier and Type | Method and Description |
---|---|
boolean |
GeometricPredicates_3.doIntersect(Segment_3 s,
Triangle_3 t)
Intersection test between a segment and a triangle in 3D
|
boolean |
FilteredPredicates_3.doIntersect(Segment_3 s,
Triangle_3 t)
Intersection test between a segment and a triangle in 3D (test is filtered)
|
Constructor and Description |
---|
SharedVertexRepresentation(java.util.Collection<Triangle_3> faces)
Create a shared vertex representation from a collection of 3D triangles
|