Uses of Class
toxi.geom.Sphere

Packages that use Sphere
toxi.geom   
toxi.geom.mesh   
 

Uses of Sphere in toxi.geom
 

Methods in toxi.geom that return Sphere
 Sphere PointCloud.getBoundingSphere()
           
 Sphere SphereIntersectorReflector.getSphere()
           
 

Methods in toxi.geom with parameters of type Sphere
 java.util.ArrayList<Vec3D> PointOctree.getPointsWithinSphere(Sphere s)
          Selects all stored points within the given sphere volume
 boolean AABB.intersectsSphere(Sphere s)
           
 void SphereIntersectorReflector.setSphere(Sphere sphere)
           
 

Constructors in toxi.geom with parameters of type Sphere
Sphere(Sphere s)
           
SphereIntersectorReflector(Sphere s)
           
 

Uses of Sphere in toxi.geom.mesh
 

Fields in toxi.geom.mesh declared as Sphere
 Sphere SphereFunction.sphere
           
 

Methods in toxi.geom.mesh that return Sphere
 Sphere TriangleMesh.getBoundingSphere()
           
 Sphere Mesh3D.getBoundingSphere()
          Computes & returns the bounding sphere of the mesh.
 

Constructors in toxi.geom.mesh with parameters of type Sphere
SphereFunction(Sphere s)
          Creates a new instance using the given sphere