Package | Description |
---|---|
org.apache.commons.math3.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
Modifier and Type | Field and Description |
---|---|
private PolygonsSet.Edge |
PolygonsSet.Vertex.incoming
Incoming edge.
|
private PolygonsSet.Edge |
PolygonsSet.Vertex.outgoing
Outgoing edge.
|
Modifier and Type | Method and Description |
---|---|
PolygonsSet.Edge |
PolygonsSet.Vertex.getIncoming()
Get incoming edge.
|
PolygonsSet.Edge |
PolygonsSet.Vertex.getOutgoing()
Get outgoing edge.
|
Modifier and Type | Method and Description |
---|---|
void |
PolygonsSet.Vertex.setIncoming(PolygonsSet.Edge incoming)
Set incoming edge.
|
void |
PolygonsSet.Vertex.setOutgoing(PolygonsSet.Edge outgoing)
Set outgoing edge.
|
Modifier and Type | Method and Description |
---|---|
private static void |
PolygonsSet.insertEdges(double hyperplaneThickness,
BSPTree<Euclidean2D> node,
java.util.List<PolygonsSet.Edge> edges)
Recursively build a tree by inserting cut sub-hyperplanes.
|