Class Facet
java.lang.Object
com.treemap.swing.fastvoronoi.originalconvexhull.Facet
Facet class connected over double-connected edge list. Contains incident vertices and edges.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIs the given vertex in front of or behind this face?booleangetEdge(int index) intintgetIndex()getList()getVertex(int i) intbooleanisMarked()booleanvoidvoidLinks the given face f0 with the edge between v0 and v1 with the current facevoidvoidvoidsetIndex(int index) voidsetList(ConflictList list) voidsetMarked(boolean marked) voidtoString()
-
Constructor Details
-
Facet
-
Facet
Creates the Face with a,b,c and orients with the 4th point (which is behind the facet).
-
-
Method Details
-
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
orient
-
getList
-
setList
-
toString
-
getVertex
-
isVisibleFromBelow
public boolean isVisibleFromBelow() -
getEdgeCount
public int getEdgeCount() -
getEdge
-
getNormal
-
setNormal
-
link
Links the given face f0 with the edge between v0 and v1 with the current face -
link
-
getDualPoint
-
behind
Is the given vertex in front of or behind this face? -
conflict
-
getVertexCount
public int getVertexCount() -
setMarked
public void setMarked(boolean marked) -
isMarked
public boolean isMarked() -
removeConflict
public void removeConflict() -
getHorizon
-