j3d.org Aviatrix3D

Uses of Class
org.j3d.aviatrix3d.BoundingVolume

Packages that use BoundingVolume
org.j3d.aviatrix3d A lightweight Object Oriented wrapper for OpenGL. 
 

Uses of BoundingVolume in org.j3d.aviatrix3d
 

Subclasses of BoundingVolume in org.j3d.aviatrix3d
 class BoundingBox
          Bounds described as an axis-aligned bounding volume.
 class BoundingGeometry
          Bounds described as an arbitrary piece of scene graph structure that is not rendered to screen
 class BoundingSphere
          Bounds described as a spherical volume.
 class BoundingVoid
          Bounds described as something that does not exist in the scene graph.
 

Fields in org.j3d.aviatrix3d declared as BoundingVolume
protected  BoundingVolume Node.bounds
          Bounding volume set by the user
protected  BoundingVolume Geometry.bounds
          Bounding volume set by the user
 

Methods in org.j3d.aviatrix3d that return BoundingVolume
 BoundingVolume Node.getBounds()
          Get the currently set bounds for this object.
 BoundingVolume Geometry.getBounds()
          Get the currently set bounds for this object.
 

Methods in org.j3d.aviatrix3d with parameters of type BoundingVolume
 void Node.setBounds(BoundingVolume b)
          Set the bounds to the given explicit value.
 void Geometry.setBounds(BoundingVolume b)
          Set the bounds to the given explicit value.
 void BoundsUtils.combine(BoundingVolume parent, BoundingVolume child)
          Ensure that the parent bounds contains the child bounds entirely.
 void BoundsUtils.combine(BoundingVolume parent, float[] point)
          Ensure that the parent bounds contains the child bounds entirely.
 void BoundsUtils.contain(BoundingVolume parent, BoundingVolume[] children)
          Set the parent bounds to be the smallest container of the child bounds.
 


j3d.org Aviatrix3D

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - j3d.org