private static class QuadEdgeSubdivision.TriangleVertexListVisitor extends java.lang.Object implements TriangleVisitor
Modifier and Type | Field and Description |
---|---|
private java.util.List |
triList |
Modifier | Constructor and Description |
---|---|
private |
TriangleVertexListVisitor() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getTriangleVertices() |
void |
visit(QuadEdge[] triEdges)
Visits the
QuadEdge s of a triangle. |
public void visit(QuadEdge[] triEdges)
TriangleVisitor
QuadEdge
s of a triangle.visit
in interface TriangleVisitor
triEdges
- an array of the 3 quad edges in a triangle (in CCW order)public java.util.List getTriangleVertices()