Uses of Class
org.scijava.ops.image.geom.geom3d.Vertex
-
Packages that use Vertex Package Description org.scijava.ops.image.geom.geom3d -
-
Uses of Vertex in org.scijava.ops.image.geom.geom3d
Fields in org.scijava.ops.image.geom.geom3d with type parameters of type Vertex Modifier and Type Field Description protected List<Vertex>UpdateablePointSet. verticesThe vertices of this facet in counter clock wise orientation.protected List<Vertex>UpdateablePointSet. verticesThe vertices of this facet in counter clock wise orientation.Methods in org.scijava.ops.image.geom.geom3d that return Vertex Modifier and Type Method Description VertexTriangularFacet. getMaximumDistanceVertex()The vertex which is in front and farthest apart of the planeVertexTriangularFacet. getP0()VertexTriangularFacet. getP1()VertexTriangularFacet. getP2()Methods in org.scijava.ops.image.geom.geom3d that return types with arguments of type Vertex Modifier and Type Method Description List<Vertex>Vertex. getPointsInFront()List<Vertex>TriangularFacet. getVerticesInFront()All points which are in front of this plane.Methods in org.scijava.ops.image.geom.geom3d with parameters of type Vertex Modifier and Type Method Description voidTriangularFacet. setVertexInFront(Vertex v, double distanceToPlane)Adds a vertex to the points in front of this facet.Method parameters in org.scijava.ops.image.geom.geom3d with type arguments of type Vertex Modifier and Type Method Description protected doubleDefaultConvexHull3D. computeHull(Set<Vertex> vertices, List<TriangularFacet> facets, List<TriangularFacet> facetsWithPointInFront)Compute the convex hull.Constructors in org.scijava.ops.image.geom.geom3d with parameters of type Vertex Constructor Description TriangularFacet(Vertex v0, Vertex v1, Vertex v2)Creates a new facet of three vertices.
-