Package com.jme3.bounding


package com.jme3.bounding
bounding volumes for collision detection and scene-graph culling
  • Class
    Description
    BoundingBox describes a bounding volume as an axis-aligned box.
    BoundingSphere defines a sphere that defines a container for a group of vertices of a particular piece of geometry.
    BoundingVolume defines an interface for dealing with containment of a collection of points.
    The type of bounding volume being used.
    This class includes some utility methods for computing intersection between bounding volumes and triangles.