| Package | Description |
|---|---|
| net.imagej.ops.geom.geom3d.mesh |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
TriangularFacet.getMaximumDistanceVertex()
The vertex which is in front and farthest apart of the plane
|
Vertex |
TriangularFacet.getP0() |
Vertex |
TriangularFacet.getP1() |
Vertex |
TriangularFacet.getP2() |
| Modifier and Type | Method and Description |
|---|---|
List<Vertex> |
Vertex.getPointsInFront() |
List<Vertex> |
TriangularFacet.getVerticesInFront()
All points which are in front of this plane.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TriangularFacet.setVertexInFront(Vertex v,
double distanceToPlane)
Adds a vertex to the points in front of this facet.
|
| Constructor and Description |
|---|
TriangularFacet(Vertex v0,
Vertex v1,
Vertex v2)
Creates a new facet of three vertices.
|
Copyright © 2014–2022 ImageJ. All rights reserved.