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 EdgegetIncoming()Get incoming edge.S2PointgetLocation()Get Vertex location.EdgegetOutgoing()Get outgoing edge.
-