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

public class Vertex extends Object
球面多边形边界顶点。
另请参阅:
  • 方法详细资料

    • getLocation

      public S2Point getLocation()
      获取顶点位置。
      返回:
      顶点位置
    • getIncoming

      public Edge getIncoming()
      获取入边。
      返回:
      入边
    • getOutgoing

      public Edge getOutgoing()
      获取出边。
      返回:
      出边