Package | Description |
---|---|
org.apache.commons.math3.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
Modifier and Type | Field and Description |
---|---|
private PolygonsSet.Vertex |
PolygonsSet.Edge.end
End vertex.
|
private PolygonsSet.Vertex |
PolygonsSet.Edge.start
Start vertex.
|
Modifier and Type | Method and Description |
---|---|
PolygonsSet.Vertex |
PolygonsSet.Edge.getEnd()
Get end vertex.
|
PolygonsSet.Vertex |
PolygonsSet.Edge.getStart()
Get start vertex.
|
PolygonsSet.Vertex |
PolygonsSet.Edge.split(Line splitLine)
Split the edge.
|
Modifier and Type | Method and Description |
---|---|
Line |
PolygonsSet.Vertex.sharedLineWith(PolygonsSet.Vertex vertex)
Get the common line bound with both the instance and another vertex, if any.
|
Constructor and Description |
---|
Edge(PolygonsSet.Vertex start,
PolygonsSet.Vertex end,
Line line)
Build an edge not contained in any node yet.
|