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.implSubclasses of AbstractGeneralShape.ShapeData in gov.nasa.worldwind.ogc.collada.impl Modifier and Type Class Description protected static classColladaMeshShape.ShapeDataThis class holds globe-specific data for this shape.
- 
Uses of AbstractGeneralShape.ShapeData in gov.nasa.worldwind.renderMethods in gov.nasa.worldwind.render that return AbstractGeneralShape.ShapeData Modifier and Type Method Description protected AbstractGeneralShape.ShapeDataAbstractGeneralShape. 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 doubleAbstractGeneralShape. computeEyeDistance(DrawContext dc, AbstractGeneralShape.ShapeData shapeData)Computes the minimum distance between this shape and the eye point.
 
-