Package | Description |
---|---|
org.opensphere.geometry.algorithm | |
org.opensphere.geometry.triangulation.model |
Modifier and Type | Field and Description |
---|---|
HashMap<Integer,Vertex> |
ConcaveHull.vertices |
Modifier and Type | Method and Description |
---|---|
Vertex |
Edge.getEV()
Returns the end vertex of the edge.
|
Vertex |
Edge.getOV()
Returns the origin vertex of the edge.
|
Modifier and Type | Method and Description |
---|---|
void |
Edge.setEV(Vertex eV)
Defines the end vertex of the edge.
|
void |
Edge.setOV(Vertex oV)
Defines the origin vertex of the edge.
|
Constructor and Description |
---|
Edge(int id,
org.locationtech.jts.geom.LineSegment geometry,
Vertex oV,
Vertex eV,
boolean border)
Constructor.
|
Copyright © 2019. All rights reserved.