Package | Description |
---|---|
gov.nasa.worldwind.render |
Modifier and Type | Method and Description |
---|---|
protected List<List<SurfacePolygon.Vertex>> |
SurfacePolygon.assembleContours(Angle maxEdgeLength) |
protected List<List<SurfacePolygon.Vertex>> |
SurfacePolygon.clipWithDateline(List<SurfacePolygon.Vertex> contour) |
protected List<SurfacePolygon.Vertex> |
SurfacePolygon.clipWithPole(List<SurfacePolygon.Vertex> contour,
String pole,
Angle maxEdgeLength) |
Modifier and Type | Method and Description |
---|---|
protected void |
SurfacePolygon.subdivideEdge(SurfacePolygon.Vertex begin,
SurfacePolygon.Vertex end,
Angle maxEdgeLength,
List<SurfacePolygon.Vertex> result) |
protected double[] |
SurfacePolygon.uvWeightedAverage(List<SurfacePolygon.Vertex> contour,
SurfacePolygon.Vertex vertex) |
Modifier and Type | Method and Description |
---|---|
protected List<List<SurfacePolygon.Vertex>> |
SurfacePolygon.clipWithDateline(List<SurfacePolygon.Vertex> contour) |
protected List<SurfacePolygon.Vertex> |
SurfacePolygon.clipWithPole(List<SurfacePolygon.Vertex> contour,
String pole,
Angle maxEdgeLength) |
protected void |
SurfacePolygon.closeContour(List<SurfacePolygon.Vertex> contour) |
protected void |
SurfacePolygon.subdivideContour(List<SurfacePolygon.Vertex> contour,
Angle maxEdgeLength) |
protected void |
SurfacePolygon.subdivideEdge(SurfacePolygon.Vertex begin,
SurfacePolygon.Vertex end,
Angle maxEdgeLength,
List<SurfacePolygon.Vertex> result) |
protected SurfacePolygon.ShapeData |
SurfacePolygon.tessellateContours(List<List<SurfacePolygon.Vertex>> contours) |
protected double[] |
SurfacePolygon.uvWeightedAverage(List<SurfacePolygon.Vertex> contour,
SurfacePolygon.Vertex vertex) |