|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Box | |
---|---|
de.javagl.swogl.geometry | Classes and interfaces for basic geometric object and the geometry of SwoglComponents |
Uses of Box in de.javagl.swogl.geometry |
---|
Classes in de.javagl.swogl.geometry that implement Box | |
---|---|
class |
DefaultBox
A simple implementation of a Box |
Methods in de.javagl.swogl.geometry that return Box | |
---|---|
static Box |
GeometryUtils.computeBoundingBox(Geometry geometry)
Computes the bounding box of the given Geometry |
static Box |
GeometryUtils.computeBoundingBox(Geometry geometry,
javax.vecmath.Matrix4f matrix)
Computes the bounding box of the given Geometry when it is transformed with the given matrix. |
Methods in de.javagl.swogl.geometry with parameters of type Box | |
---|---|
void |
DefaultBox.combine(Box other)
Combines this box with another box |
Constructors in de.javagl.swogl.geometry with parameters of type Box | |
---|---|
DefaultBox(Box other)
Creates a new box as a copy of the given one |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |