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 Vertex
Edge. end
End vertex.private Vertex
Edge. start
Start 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. loops
Boundary 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 Vertex
Edge. addSubEdge(Vertex subStart, Vertex subEnd, double subLength, java.util.List<Edge> list, Circle splitCircle)
Add a sub-edge to a list if long enough.Vertex
Edge. getEnd()
Get end vertex.Vertex
Edge. 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 Vertex
Edge. 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 double
PropertiesComputer. convexCellArea(Vertex start)
Compute convex cell area.private Vector3D
PropertiesComputer. convexCellBarycenter(Vertex start)
Compute convex cell barycenter.(package private) Circle
Vertex. 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.
-