Uses of Class
anl.aida.viz3d.BoundingSphere

Packages that use BoundingSphere
anl.aida.viz3d   
 

Uses of BoundingSphere in anl.aida.viz3d
 

Fields in anl.aida.viz3d declared as BoundingSphere
protected  BoundingSphere VSpatial.boundingSphere
           
 

Methods in anl.aida.viz3d that return BoundingSphere
static BoundingSphere Utils3D.createBoundingSphere(java.nio.FloatBuffer buf)
          Creates a bounding box that will encompass the vertices in the specified buffer.
static BoundingSphere Utils3D.createBoundingSphere(java.awt.geom.Rectangle2D rect)
          Creates a BoundingSphere that will enclose the rectangle.
protected  BoundingSphere VSpatial.doGetBoundingSphere()
          Gets the actual bounding sphere.
protected  BoundingSphere VNode.doGetBoundingSphere()
           
protected  BoundingSphere StackRenderer2.doGetBoundingSphere()
           
protected  BoundingSphere StackItem2.doGetBoundingSphere()
           
protected  BoundingSphere LabeledShape.doGetBoundingSphere()
           
 BoundingSphere VSpatial.getBoundingSphere()
          Gets this VSpatial's BoundingSphere in the world frame.
 BoundingSphere StackItem2.getBoundingSphere()
           
 BoundingSphere VSpatial.getLocalBoundingSphere()
          Gets this VSpatial's BoundingSphere in its local frame.
 BoundingSphere StackItem2.getLocalBoundingSphere()
           
 BoundingSphere LabeledShape.getNodeBoundingSphere()
          Gets the node (non-label) bounding Sphere.
 BoundingSphere BoundingSphere.merge(BoundingSphere sphere)
          Merge this BoudingSphere with the specified BoudingSphere storing the results in this BoundingSphere.
 BoundingSphere BoundingSphere.transform(float scale, javax.vecmath.Quat4f rotate, javax.vecmath.Vector3f translate)
          Transform this bounding sphere.
 

Methods in anl.aida.viz3d with parameters of type BoundingSphere
 BoundingSphere BoundingSphere.merge(BoundingSphere sphere)
          Merge this BoudingSphere with the specified BoudingSphere storing the results in this BoundingSphere.
 

Constructors in anl.aida.viz3d with parameters of type BoundingSphere
BoundingSphere(BoundingSphere sphere)
           
CompositeGeometry(BoundingSphere sphere, VGeometry... geoms)