Uses of Class
gov.nasa.worldwind.render.ExtrudedPolygon.ExtrudedBoundaryInfo
-
Packages that use ExtrudedPolygon.ExtrudedBoundaryInfo Package Description gov.nasa.worldwind.render -
-
Uses of ExtrudedPolygon.ExtrudedBoundaryInfo in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render with type parameters of type ExtrudedPolygon.ExtrudedBoundaryInfo Modifier and Type Field Description protected java.util.List<ExtrudedPolygon.ExtrudedBoundaryInfo>
ExtrudedPolygon.ShapeData. boundaries
The boundary locations of the associated shape.Methods in gov.nasa.worldwind.render that return ExtrudedPolygon.ExtrudedBoundaryInfo Modifier and Type Method Description protected ExtrudedPolygon.ExtrudedBoundaryInfo
ExtrudedPolygon.ShapeData. getOuterBoundaryInfo()
Returns the outer boundary information for this shape data.Methods in gov.nasa.worldwind.render that return types with arguments of type ExtrudedPolygon.ExtrudedBoundaryInfo Modifier and Type Method Description java.util.Iterator<ExtrudedPolygon.ExtrudedBoundaryInfo>
ExtrudedPolygon.ShapeData. iterator()
Iterates over the boundary information of this shape data.Methods in gov.nasa.worldwind.render with parameters of type ExtrudedPolygon.ExtrudedBoundaryInfo Modifier and Type Method 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.
-