public class SurfaceMeshContourIxer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SurfaceMeshContourIxer.DegenerateCaseException |
static class |
SurfaceMeshContourIxer.DegenerateLoopCaseException |
static class |
SurfaceMeshContourIxer.DegeneratePairCaseException |
static class |
SurfaceMeshContourIxer.EdgeFacePair
Static Inner Class for holding an Edge-Face pair.
|
Modifier and Type | Field and Description |
---|---|
PolygonalMesh |
mesh0 |
PolygonalMesh |
mesh1 |
static long |
renderTime |
Constructor and Description |
---|
SurfaceMeshContourIxer() |
Modifier and Type | Method and Description |
---|---|
boolean |
findContours(PolygonalMesh mesh0,
PolygonalMesh mesh1) |
java.util.ArrayList<IntersectionContour> |
getContours() |
java.util.ArrayList<IntersectionContour> |
getContours(PolygonalMesh mesh0,
PolygonalMesh mesh1) |
public PolygonalMesh mesh0
public PolygonalMesh mesh1
public static long renderTime
public java.util.ArrayList<IntersectionContour> getContours(PolygonalMesh mesh0, PolygonalMesh mesh1)
public java.util.ArrayList<IntersectionContour> getContours()
public boolean findContours(PolygonalMesh mesh0, PolygonalMesh mesh1)