|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.font3d.math.PlanarEdge
com.jmex.font3d.math.TriangulationEdge
public class TriangulationEdge
Field Summary | |
---|---|
(package private) TriangulationVertex |
helper
Used when making the monotone polygons. |
boolean |
marked
|
Fields inherited from class com.jmex.font3d.math.PlanarEdge |
---|
angle, realedge |
Constructor Summary | |
---|---|
TriangulationEdge(PlanarVertex orig,
boolean real)
|
Method Summary | |
---|---|
TriangulationVertex |
getOtherEnd(TriangulationVertex currentvertex)
|
boolean |
isHelperMergeVertex()
|
java.lang.String |
toString()
|
Methods inherited from class com.jmex.font3d.math.PlanarEdge |
---|
angleCounterClockWise, getAngle, getDestination, getDX, getDY, getNext, getOrigin, getPrev, getTwin, isRealEdge, setNext, setTwin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
TriangulationVertex helper
public boolean marked
Constructor Detail |
---|
TriangulationEdge(PlanarVertex orig, boolean real)
Method Detail |
---|
public TriangulationVertex getOtherEnd(TriangulationVertex currentvertex)
public boolean isHelperMergeVertex()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |