Class Vertex
- java.lang.Object
-
- org.apache.commons.math3.geometry.spherical.twod.Vertex
-
public class Vertex extends java.lang.ObjectSpherical polygons boundary vertex.- Since:
- 3.3
- 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.
-