Uses of Class
org.apache.commons.math3.geometry.spherical.twod.Vertex
Packages that use Vertex
Package
Description
This package provides basic geometry components on the 2-sphere.
-
Uses of Vertex in org.apache.commons.math3.geometry.spherical.twod
Fields in org.apache.commons.math3.geometry.spherical.twod declared as VertexModifier and TypeFieldDescriptionprivate VertexEdge.endEnd vertex.private final VertexEdge.startStart vertex.Fields in org.apache.commons.math3.geometry.spherical.twod with type parameters of type VertexModifier and TypeFieldDescriptionSphericalPolygonsSet.loopsBoundary defined as an array of closed loops start vertices.Methods in org.apache.commons.math3.geometry.spherical.twod that return VertexModifier and TypeMethodDescriptionprivate VertexEdge.addSubEdge(Vertex subStart, Vertex subEnd, double subLength, List<Edge> list, Circle splitCircle) Add a sub-edge to a list if long enough.Edge.getEnd()Get end vertex.Edge.getStart()Get start vertex.Methods in org.apache.commons.math3.geometry.spherical.twod that return types with arguments of type VertexModifier and TypeMethodDescriptionSphericalPolygonsSet.getBoundaryLoops()Get the boundary loops of the polygon.Methods in org.apache.commons.math3.geometry.spherical.twod with parameters of type VertexModifier and TypeMethodDescriptionprivate VertexEdge.addSubEdge(Vertex subStart, Vertex subEnd, double subLength, List<Edge> list, Circle splitCircle) Add a sub-edge to a list if long enough.private doublePropertiesComputer.convexCellArea(Vertex start) Compute convex cell area.private Vector3DPropertiesComputer.convexCellBarycenter(Vertex start) Compute convex cell barycenter.(package private) CircleVertex.sharedCircleWith(Vertex vertex) Get the common circle bound with both the instance and another vertex, if any.Constructors in org.apache.commons.math3.geometry.spherical.twod with parameters of type Vertex