Package | Description |
---|---|
gov.nasa.worldwind.render |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected void |
SurfacePolygon.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) |
Modifier and Type | Method and 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 void |
SurfacePolygon.closeContour(java.util.List<SurfacePolygon.Vertex> contour) |
protected void |
SurfacePolygon.subdivideContour(java.util.List<SurfacePolygon.Vertex> contour,
Angle maxEdgeLength) |
protected void |
SurfacePolygon.subdivideEdge(SurfacePolygon.Vertex begin,
SurfacePolygon.Vertex end,
Angle maxEdgeLength,
java.util.List<SurfacePolygon.Vertex> result) |
protected SurfacePolygon.ShapeData |
SurfacePolygon.tessellateContours(java.util.List<java.util.List<SurfacePolygon.Vertex>> contours) |
protected double[] |
SurfacePolygon.uvWeightedAverage(java.util.List<SurfacePolygon.Vertex> contour,
SurfacePolygon.Vertex vertex) |