| Package | Description |
|---|---|
| gov.nasa.worldwind.geom | |
| gov.nasa.worldwind.ogc.collada |
Provides classes for parsing COLLADA files and streams.
|
| gov.nasa.worldwind.ogc.collada.impl |
Provides classes for rendering COLLADA documents.
|
| gov.nasa.worldwind.render.airspaces |
| Modifier and Type | Method and Description |
|---|---|
static Box |
Box.computeBoundingBox(BufferWrapper coordinates,
int stride)
Computes a
Box that bounds a specified buffer of points. |
static Box |
Sector.computeBoundingBox(Globe globe,
double verticalExaggeration,
Sector sector)
|
static Box |
Sector.computeBoundingBox(Globe globe,
double verticalExaggeration,
Sector sector,
double minElevation,
double maxElevation)
|
static Box |
Box.computeBoundingBox(Iterable<? extends Vec4> points)
Compute a
Box that bounds a specified list of points. |
Box |
Box.translate(Vec4 point) |
static Box |
Box.union(Iterable<? extends Box> iterable)
Computes a
Box that represents the union of one or more Boxes. |
| Modifier and Type | Method and Description |
|---|---|
static Box |
Box.union(Iterable<? extends Box> iterable)
Computes a
Box that represents the union of one or more Boxes. |
| Modifier and Type | Method and Description |
|---|---|
Box |
ColladaRoot.getLocalExtent(ColladaTraversalContext tc) |
Box |
ColladaInstanceNode.getLocalExtent(ColladaTraversalContext tc) |
Box |
ColladaAbstractObject.getLocalExtent(ColladaTraversalContext tc)
Returns this renderable's model coordinate extent.
|
Box |
ColladaVisualScene.getLocalExtent(ColladaTraversalContext tc) |
Box |
ColladaInstanceVisualScene.getLocalExtent(ColladaTraversalContext tc) |
Box |
ColladaScene.getLocalExtent(ColladaTraversalContext tc) |
Box |
ColladaNode.getLocalExtent(ColladaTraversalContext tc) |
| Modifier and Type | Method and Description |
|---|---|
Box |
ColladaMeshShape.getLocalExtent(ColladaTraversalContext tc) |
Box |
ColladaRenderable.getLocalExtent(ColladaTraversalContext tc)
Returns this renderable's model coordinate extent.
|
| Modifier and Type | Method and Description |
|---|---|
protected Box |
PartialCappedCylinder.computeExtent(Globe globe,
double verticalExaggeration) |
protected Box |
Box.computeExtent(Globe globe,
double verticalExaggeration) |