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 Vertex
Edge.end
End vertex.private final Vertex
Edge.start
Start vertex.Fields in org.apache.commons.math3.geometry.spherical.twod with type parameters of type VertexModifier and TypeFieldDescriptionSphericalPolygonsSet.loops
Boundary defined as an array of closed loops start vertices.Methods in org.apache.commons.math3.geometry.spherical.twod that return VertexModifier and TypeMethodDescriptionprivate Vertex
Edge.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 Vertex
Edge.addSubEdge
(Vertex subStart, Vertex subEnd, double subLength, 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