Uses of Class
gov.nasa.worldwind.geom.Box
-
Packages that use Box 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 -
-
Uses of Box in gov.nasa.worldwind.geom
Methods in gov.nasa.worldwind.geom that return Box Modifier and Type Method Description static Box
Box. computeBoundingBox(BufferWrapper coordinates, int stride)
Computes aBox
that bounds a specified buffer of points.static Box
Box. computeBoundingBox(java.lang.Iterable<? extends Vec4> points)
Compute aBox
that bounds a specified list 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)
Box
Box. translate(Vec4 point)
static Box
Box. union(java.lang.Iterable<? extends Box> iterable)
Computes aBox
that represents the union of one or moreBoxes
.Method parameters in gov.nasa.worldwind.geom with type arguments of type Box Modifier and Type Method Description static Box
Box. union(java.lang.Iterable<? extends Box> iterable)
Computes aBox
that represents the union of one or moreBoxes
. -
Uses of Box in gov.nasa.worldwind.ogc.collada
Methods in gov.nasa.worldwind.ogc.collada that return Box Modifier and Type Method Description Box
ColladaAbstractObject. getLocalExtent(ColladaTraversalContext tc)
Returns this renderable's model coordinate extent.Box
ColladaInstanceNode. getLocalExtent(ColladaTraversalContext tc)
Box
ColladaInstanceVisualScene. getLocalExtent(ColladaTraversalContext tc)
Box
ColladaNode. getLocalExtent(ColladaTraversalContext tc)
Box
ColladaRoot. getLocalExtent(ColladaTraversalContext tc)
Box
ColladaScene. getLocalExtent(ColladaTraversalContext tc)
Box
ColladaVisualScene. getLocalExtent(ColladaTraversalContext tc)
-
Uses of Box in gov.nasa.worldwind.ogc.collada.impl
Methods in gov.nasa.worldwind.ogc.collada.impl that return Box Modifier and Type Method Description Box
ColladaMeshShape. getLocalExtent(ColladaTraversalContext tc)
Box
ColladaRenderable. getLocalExtent(ColladaTraversalContext tc)
Returns this renderable's model coordinate extent. -
Uses of Box in gov.nasa.worldwind.render.airspaces
Methods in gov.nasa.worldwind.render.airspaces that return Box Modifier and Type Method Description protected Box
Box. computeExtent(Globe globe, double verticalExaggeration)
protected Box
PartialCappedCylinder. computeExtent(Globe globe, double verticalExaggeration)
-