Class Vertex
- java.lang.Object
-
- org.hipparchus.geometry.spherical.twod.Vertex
-
public class Vertex extends Object
Spherical polygons boundary vertex.- See Also:
SphericalPolygonsSet.getBoundaryLoops()
,Edge
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Edge
getIncoming()
Get incoming edge.S2Point
getLocation()
Get Vertex location.Edge
getOutgoing()
Get outgoing edge.
-