Class Halfedge<X extends Point_>
java.lang.Object
Jcg.polyhedron.Halfedge<X>
-
Field Summary
FieldsModifier and TypeFieldDescriptiona reference to face incident to (containing) this half-edge.intan integer that can be used to index half-edges (useful for some applications)a reference to next half-edge (in ccw direction) in the same incident facea reference to opposite half-edge, lying in the neighboring facea reference to previous half-edge (in ccw direction) in the same incident face.intan integer that can be used to tag half-edges (useful for dealing with colors, ...)a reference to target of this half-edge -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
next
-
opposite
-
vertex
-
prev
-
face
-
tag
public int tagan integer that can be used to tag half-edges (useful for dealing with colors, ...) -
index
public int indexan integer that can be used to index half-edges (useful for some applications)
-
-
Constructor Details
-
Halfedge
public Halfedge()
-
-
Method Details
-
setNext
-
setOpposite
-
setPrev
-
setVertex
-
setFace
-
getNext
-
getOpposite
-
getPrev
-
getVertex
-
getFace
-
toString
-