Package | Description |
---|---|
org.opensphere.geometry.algorithm | |
org.opensphere.geometry.triangulation.model |
Modifier and Type | Field and Description |
---|---|
HashMap<Integer,Triangle> |
ConcaveHull.triangles |
Modifier and Type | Method and Description |
---|---|
List<Triangle> |
Triangle.getNeighbours()
Returns the neighbour triangles of the triangle.
|
List<Triangle> |
Edge.getTriangles()
Returns the triangles in relationship with the edge.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Triangle.addNeighbour(Triangle triangle)
Add a neighbour triangle to the triangle.
|
boolean |
Edge.addTriangle(Triangle triangle)
Add a triangle in relationship with the edge.
|
boolean |
Triangle.removeNeighbour(Triangle triangle)
Remove a neighbour triangle of the triangle.
|
boolean |
Edge.removeTriangle(Triangle triangle)
Remove a triangle in relationship with the edge.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Triangle.addNeighbours(List<Triangle> triangles)
Add neighbour triangles to the triangle.
|
boolean |
Edge.addTriangles(List<Triangle> triangles)
Add triangles in relationship with the edge.
|
boolean |
Triangle.removeNeighbours(List<Triangle> triangles)
Remove neighbour triangles of the triangle.
|
boolean |
Edge.removeTriangles(List<Triangle> triangles)
Remove triangles in relationship with the edge.
|
void |
Triangle.setNeighbours(List<Triangle> neighbours)
Defines the neighbour triangles of the triangle.
|
void |
Edge.setTriangles(List<Triangle> triangles)
Defines the triangles in relationship with the edge.
|
Copyright © 2018. All rights reserved.