|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlanarVertex | |
---|---|
com.jmex.font3d.math |
Uses of PlanarVertex in com.jmex.font3d.math |
---|
Classes in com.jmex.font3d.math with type parameters of type PlanarVertex | |
---|---|
class |
DoublyConnectedEdgeList<Vertex extends PlanarVertex,Edge extends PlanarEdge>
This class represents as its name indicates a planar subdivision. |
Subclasses of PlanarVertex in com.jmex.font3d.math | |
---|---|
class |
TriangulationVertex
Used to do a triangulation of a complex polygon. |
Methods in com.jmex.font3d.math that return PlanarVertex | |
---|---|
PlanarVertex |
PlanarEdge.getDestination()
|
PlanarVertex |
PlanarEdge.getOrigin()
|
Methods in com.jmex.font3d.math with parameters of type PlanarVertex | |
---|---|
(package private) PlanarEdge |
PlanarVertex.getEdge(PlanarVertex v)
Retuns the edge from this vertex to the given, or null if none exists. |
(package private) boolean |
TriangulationVertex.yLessThan(PlanarVertex vertex)
|
Constructors in com.jmex.font3d.math with parameters of type PlanarVertex | |
---|---|
PlanarEdge(PlanarVertex orig,
boolean realedge)
|
|
TriangulationEdge(PlanarVertex orig,
boolean real)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |