Uses of Class
gov.nasa.worldwind.render.Polygon.BoundaryInfo
- 
Packages that use Polygon.BoundaryInfo Package Description gov.nasa.worldwind.render 
- 
- 
Uses of Polygon.BoundaryInfo in gov.nasa.worldwind.renderFields in gov.nasa.worldwind.render with type parameters of type Polygon.BoundaryInfo Modifier and Type Field Description protected java.util.List<Polygon.BoundaryInfo>Polygon.ShapeData. boundariesThis class holds the per-globe data for this shape.Methods in gov.nasa.worldwind.render that return Polygon.BoundaryInfo Modifier and Type Method Description protected Polygon.BoundaryInfoPolygon.ShapeData. getOuterBoundaryInfo()Returns the boundary information for this shape data's outer boundary.Methods in gov.nasa.worldwind.render that return types with arguments of type Polygon.BoundaryInfo Modifier and Type Method Description java.util.Iterator<Polygon.BoundaryInfo>Polygon.ShapeData. iterator()Methods in gov.nasa.worldwind.render with parameters of type Polygon.BoundaryInfo Modifier and Type Method Description protected java.nio.FloatBufferPolygon. computeBoundaryNormals(Polygon.BoundaryInfo boundary, java.nio.FloatBuffer nBuf)Compute normal vectors for a boundary's vertices.protected voidPolygon. computeBoundaryVertices(Terrain terrain, Polygon.BoundaryInfo boundary, Vec4 refPoint, Matrix rotationMatrix)Compute the vertices associated with a specified boundary.protected ExtentPolygon. computeExtent(Polygon.BoundaryInfo boundary, Vec4 refPoint)Computes the Cartesian extent of a polygon boundary.
 
-