Class SurfacePolygon.Vertex

    • Field Detail

      • u

        public double u
      • v

        public double v
      • edgeFlag

        public boolean edgeFlag
    • Constructor Detail

      • Vertex

        public Vertex​(LatLon location)
      • Vertex

        public Vertex​(Angle latitude,
                      Angle longitude,
                      double u,
                      double v)