Uses of Class
gov.nasa.worldwind.render.SurfacePolygon.Vertex
-
Packages that use SurfacePolygon.Vertex Package Description gov.nasa.worldwind.render -
-
Uses of SurfacePolygon.Vertex in gov.nasa.worldwind.render
Methods in gov.nasa.worldwind.render that return types with arguments of type SurfacePolygon.Vertex Modifier and Type Method Description protected java.util.List<java.util.List<SurfacePolygon.Vertex>>SurfacePolygon. assembleContours(Angle maxEdgeLength)protected java.util.List<java.util.List<SurfacePolygon.Vertex>>SurfacePolygon. clipWithDateline(java.util.List<SurfacePolygon.Vertex> contour)protected java.util.List<SurfacePolygon.Vertex>SurfacePolygon. clipWithPole(java.util.List<SurfacePolygon.Vertex> contour, java.lang.String pole, Angle maxEdgeLength)Methods in gov.nasa.worldwind.render with parameters of type SurfacePolygon.Vertex Modifier and Type Method Description protected voidSurfacePolygon. subdivideEdge(SurfacePolygon.Vertex begin, SurfacePolygon.Vertex end, Angle maxEdgeLength, java.util.List<SurfacePolygon.Vertex> result)protected double[]SurfacePolygon. uvWeightedAverage(java.util.List<SurfacePolygon.Vertex> contour, SurfacePolygon.Vertex vertex)Method parameters in gov.nasa.worldwind.render with type arguments of type SurfacePolygon.Vertex Modifier and Type Method Description protected java.util.List<java.util.List<SurfacePolygon.Vertex>>SurfacePolygon. clipWithDateline(java.util.List<SurfacePolygon.Vertex> contour)protected java.util.List<SurfacePolygon.Vertex>SurfacePolygon. clipWithPole(java.util.List<SurfacePolygon.Vertex> contour, java.lang.String pole, Angle maxEdgeLength)protected voidSurfacePolygon. closeContour(java.util.List<SurfacePolygon.Vertex> contour)protected voidSurfacePolygon. subdivideContour(java.util.List<SurfacePolygon.Vertex> contour, Angle maxEdgeLength)protected voidSurfacePolygon. subdivideEdge(SurfacePolygon.Vertex begin, SurfacePolygon.Vertex end, Angle maxEdgeLength, java.util.List<SurfacePolygon.Vertex> result)protected SurfacePolygon.ShapeDataSurfacePolygon. tessellateContours(java.util.List<java.util.List<SurfacePolygon.Vertex>> contours)protected double[]SurfacePolygon. uvWeightedAverage(java.util.List<SurfacePolygon.Vertex> contour, SurfacePolygon.Vertex vertex)
-