Uses of Class
gov.nasa.worldwind.render.Polygon.ShapeData
-
Packages that use Polygon.ShapeData Package Description gov.nasa.worldwind.render -
-
Uses of Polygon.ShapeData in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as Polygon.ShapeData Modifier and Type Field Description protected Polygon.ShapeDataPolygon. previousIntersectionShapeDataThe shape data used for the previous intersection calculation.Methods in gov.nasa.worldwind.render that return Polygon.ShapeData Modifier and Type Method Description protected Polygon.ShapeDataPolygon. createIntersectionGeometry(Terrain terrain)protected Polygon.ShapeDataPolygon. getCurrent()Returns the current shape data cache entry.Methods in gov.nasa.worldwind.render with parameters of type Polygon.ShapeData Modifier and Type Method Description protected doublePolygon. computeEyeDistance(DrawContext dc, Polygon.ShapeData shapeData)Computes the minimum distance between this polygon and the eye point.protected Vec4Polygon. computePolygonNormal(DrawContext dc, Polygon.ShapeData shapeData)protected voidPolygon. createFullGeometry(DrawContext dc, Terrain terrain, Polygon.ShapeData shapeData, boolean skipOuterBoundary)Computes a shape's full geometry.protected voidPolygon. createGeometry(DrawContext dc, Polygon.ShapeData shapeData)Compute the cap geometry.protected voidPolygon. createMinimalGeometry(DrawContext dc, Polygon.ShapeData shapeData)Compute enough geometry to determine this polygon's extent, reference point and eye distance.protected voidPolygon. createNormals(Polygon.ShapeData shapeData)Create this shape's vertex normals.protected voidPolygon. createTessllationGeometry(DrawContext dc, Polygon.ShapeData shapeData)Tessellates the polygon.protected voidPolygon. createVertices(Terrain terrain, Polygon.ShapeData shapeData, boolean skipOuterBoundary)Computes the Cartesian vertices for this shape.protected voidPolygon. doDrawInteriorVA(DrawContext dc, Polygon.ShapeData shapeData)protected voidPolygon. doDrawInteriorVBO(DrawContext dc, int[] vboIds, Polygon.ShapeData shapeData)protected voidPolygon. doDrawOutlineVA(DrawContext dc, Polygon.ShapeData shapeData)protected voidPolygon. doDrawOutlineVBO(DrawContext dc, int[] vboIds, Polygon.ShapeData shapeData)protected voidPolygon. generateInteriorIndices(Polygon.ShapeData shapeData)protected voidPolygon. intersect(Line line, Polygon.ShapeData shapeData, java.util.List<Intersection> intersections)protected voidPolygon. tessellatePolygon(Polygon.ShapeData shapeData, Vec4 normal)Tessellates the polygon from its vertices.
-