| Package | Description |
|---|---|
| org.openimaj.math.geometry.shape | |
| org.openimaj.math.geometry.shape.algorithm | |
| org.openimaj.math.geometry.triangulation |
| Modifier and Type | Field and Description |
|---|---|
protected List<Triangle> |
TriangulatedPolygon.triangles |
| Modifier and Type | Method and Description |
|---|---|
Triangle |
Triangle.clone() |
Triangle |
Triangle.transform(Jama.Matrix transform) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Triangle.sharesVertex(Triangle other)
Test whether this triangle shares a vertex with another triangle.
|
| Modifier and Type | Method and Description |
|---|---|
Triangle |
ConvexityDefect.getTriangle()
Get the triangle represented by this defect.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Triangle> |
DelaunayTriangulator.triangulate(List<? extends Point2d> pxyz)
Trianglate a set of vertices.
|