| Package | Description | 
|---|---|
| gov.nasa.worldwind.render | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<ExtrudedPolygon.ExtrudedBoundaryInfo> | 
ExtrudedPolygon.ShapeData.boundaries
The boundary locations of the associated shape. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ExtrudedPolygon.ExtrudedBoundaryInfo | 
ExtrudedPolygon.ShapeData.getOuterBoundaryInfo()
Returns the outer boundary information for this shape data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Iterator<ExtrudedPolygon.ExtrudedBoundaryInfo> | 
ExtrudedPolygon.ShapeData.iterator()
Iterates over the boundary information of this shape data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ExtrudedPolygon.computeBoundaryVertices(Terrain terrain,
                       ExtrudedPolygon.ExtrudedBoundaryInfo boundary,
                       Vec4 refPoint)
Compute and set the Cartesian vertices for one specified boundary of this shape. 
 | 
protected java.nio.FloatBuffer | 
ExtrudedPolygon.computeCapNormals(ExtrudedPolygon.ExtrudedBoundaryInfo boundary,
                 java.nio.FloatBuffer nBuf)
Compute normal vectors for an extruded polygon's cap vertices. 
 | 
protected Extent | 
ExtrudedPolygon.computeExtent(ExtrudedPolygon.ExtrudedBoundaryInfo outerBoundary,
             Vec4 refPoint)
Computes this shapes extent. 
 | 
protected java.util.List<Intersection> | 
ExtrudedPolygon.intersectBoundarySides(Line line,
                      ExtrudedPolygon.ExtrudedBoundaryInfo boundary)
Intersects a line with the sides of an individual boundary. 
 |