|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.font3d.math.Triangulator.SweepLineComparer
class Triangulator.SweepLineComparer
Sort the edges according to their X-coordinate from the y coordinate of the sweepline.
Field Summary | |
---|---|
(package private) TriangulationVertex |
currentvertex
|
Constructor Summary | |
---|---|
Triangulator.SweepLineComparer()
|
Method Summary | |
---|---|
int |
compare(TriangulationEdge edge1,
TriangulationEdge edge2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Field Detail |
---|
TriangulationVertex currentvertex
Constructor Detail |
---|
Triangulator.SweepLineComparer()
Method Detail |
---|
public int compare(TriangulationEdge edge1, TriangulationEdge edge2)
compare
in interface java.util.Comparator<TriangulationEdge>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |