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 BoxBox. computeBoundingBox(BufferWrapper coordinates, int stride)Computes aBoxthat bounds a specified buffer of points.static BoxBox. computeBoundingBox(java.lang.Iterable<? extends Vec4> points)Compute aBoxthat bounds a specified list of points.static BoxSector. computeBoundingBox(Globe globe, double verticalExaggeration, Sector sector)static BoxSector. computeBoundingBox(Globe globe, double verticalExaggeration, Sector sector, double minElevation, double maxElevation)BoxBox. translate(Vec4 point)static BoxBox. union(java.lang.Iterable<? extends Box> iterable)Computes aBoxthat 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 BoxBox. union(java.lang.Iterable<? extends Box> iterable)Computes aBoxthat 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 BoxColladaAbstractObject. getLocalExtent(ColladaTraversalContext tc)Returns this renderable's model coordinate extent.BoxColladaInstanceNode. getLocalExtent(ColladaTraversalContext tc)BoxColladaInstanceVisualScene. getLocalExtent(ColladaTraversalContext tc)BoxColladaNode. getLocalExtent(ColladaTraversalContext tc)BoxColladaRoot. getLocalExtent(ColladaTraversalContext tc)BoxColladaScene. getLocalExtent(ColladaTraversalContext tc)BoxColladaVisualScene. 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 BoxColladaMeshShape. getLocalExtent(ColladaTraversalContext tc)BoxColladaRenderable. 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 BoxBox. computeExtent(Globe globe, double verticalExaggeration)protected BoxPartialCappedCylinder. computeExtent(Globe globe, double verticalExaggeration)
-