Package | Description |
---|---|
org.opensphere.geometry.algorithm | |
org.opensphere.geometry.triangulation.model |
Modifier and Type | Field and Description |
---|---|
HashMap<Integer,Edge> |
ConcaveHull.edges |
TreeMap<Integer,Edge> |
ConcaveHull.lengths |
HashMap<Integer,Edge> |
ConcaveHull.shortLengths |
Modifier and Type | Method and Description |
---|---|
List<Edge> |
Triangle.getEdges()
Returns the edges which compose the triangle.
|
List<Edge> |
Edge.getIncidentEdges()
Returns the edges in relationship with the edge.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Triangle.addEdge(Edge edge)
Add an edge to the triangle.
|
boolean |
Edge.addIncidentEdge(Edge edge)
Add an incident edge in relationship with the edge.
|
boolean |
Triangle.removeEdge(Edge edge)
Remove an edge of the triangle.
|
boolean |
Edge.removeIncidentEdge(Edge edge)
Remove an incident edge in relationship with the edge.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Triangle.addEdges(List<Edge> edges)
Add edges to the triangle.
|
boolean |
Edge.addIncidentEdges(List<Edge> edges)
Add incident edges in relationship with the edge.
|
boolean |
Edge.removeAllIncidentEdges(List<Edge> edges)
Remove incident edges in relationship with the edge.
|
boolean |
Triangle.removeEdges(List<Edge> edges)
Remove edges of the triangle.
|
void |
Triangle.setEdges(List<Edge> edges)
Defines the edges which compose the triangle.
|
void |
Edge.setIncidentEdges(List<Edge> edges)
Defines the edges in relationship with the edge.
|
Copyright © 2019. All rights reserved.