Uses of Class
org.apache.commons.math3.geometry.spherical.twod.Vertex
-
Packages that use Vertex Package Description org.apache.commons.math3.geometry.spherical.twod 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 Vertex Modifier and Type Field Description private VertexEdge. endEnd vertex.private VertexEdge. startStart vertex.Fields in org.apache.commons.math3.geometry.spherical.twod with type parameters of type Vertex Modifier and Type Field Description private java.util.List<Vertex>SphericalPolygonsSet. loopsBoundary defined as an array of closed loops start vertices.Methods in org.apache.commons.math3.geometry.spherical.twod that return Vertex Modifier and Type Method Description private VertexEdge. addSubEdge(Vertex subStart, Vertex subEnd, double subLength, java.util.List<Edge> list, Circle splitCircle)Add a sub-edge to a list if long enough.VertexEdge. getEnd()Get end vertex.VertexEdge. getStart()Get start vertex.Methods in org.apache.commons.math3.geometry.spherical.twod that return types with arguments of type Vertex Modifier and Type Method Description java.util.List<Vertex>SphericalPolygonsSet. getBoundaryLoops()Get the boundary loops of the polygon.Methods in org.apache.commons.math3.geometry.spherical.twod with parameters of type Vertex Modifier and Type Method Description private VertexEdge. addSubEdge(Vertex subStart, Vertex subEnd, double subLength, java.util.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 Constructor Description Edge(Vertex start, Vertex end, double length, Circle circle)Build an edge not contained in any node yet.
-