Package jme.geometry.bounding

Interface Summary
BoundingVolume BoundingVolume defines an interface for dealing with containment of a collection of points.
 

Class Summary
BoundingBox BoundingBox defines a bounding volume that contains all vertices that make up the geometry.
BoundingCapsule BoundingCapsule defines a bounding volume in the shape of a capsule, where a capsule is an extension of sphere.
BoundingCylinder BoundingCylinder defines a cylinder as a set of all points a distance r from a line P + tD where D is unit length.
BoundingEllipsoid BoundingEllipsoid is defined as x^2/a^2 + y^2/b^2 + z^2/c^2 = 1 with a center of (0, 0, 0).
BoundingLozenge BoundingLozenge is a natural extension of a sphere based on equaldistance (from Eberly).
BoundingSphere BoundingSphere defines a sphere that defines a container for a group of vertices of a particular piece of geometry.