Uses of Interface
de.javagl.swogl.geometry.Box

Packages that use Box
de.javagl.swogl.geometry Classes and interfaces for basic geometric objects and the Geometry of a SwoglComponent 
 

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