Uses of Class
gov.nasa.worldwind.render.AbstractGeneralShape.ShapeData
-
Packages that use AbstractGeneralShape.ShapeData Package Description gov.nasa.worldwind.ogc.collada.impl Provides classes for rendering COLLADA documents.gov.nasa.worldwind.render -
-
Uses of AbstractGeneralShape.ShapeData in gov.nasa.worldwind.ogc.collada.impl
Subclasses of AbstractGeneralShape.ShapeData in gov.nasa.worldwind.ogc.collada.impl Modifier and Type Class Description protected static class
ColladaMeshShape.ShapeData
This class holds globe-specific data for this shape. -
Uses of AbstractGeneralShape.ShapeData in gov.nasa.worldwind.render
Methods in gov.nasa.worldwind.render that return AbstractGeneralShape.ShapeData Modifier and Type Method Description protected AbstractGeneralShape.ShapeData
AbstractGeneralShape. getCurrent()
Returns the current shape data cache entry.Methods in gov.nasa.worldwind.render with parameters of type AbstractGeneralShape.ShapeData Modifier and Type Method Description protected double
AbstractGeneralShape. computeEyeDistance(DrawContext dc, AbstractGeneralShape.ShapeData shapeData)
Computes the minimum distance between this shape and the eye point.
-