java.lang.Object
org.hipparchus.geometry.spherical.twod.Vertex

public class Vertex extends Object
Spherical polygons boundary vertex.
See Also:
  • Method Details

    • getLocation

      public S2Point getLocation()
      Get Vertex location.
      Returns:
      vertex location
    • getIncoming

      public Edge getIncoming()
      Get incoming edge.
      Returns:
      incoming edge
    • getOutgoing

      public Edge getOutgoing()
      Get outgoing edge.
      Returns:
      outgoing edge