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()
           
 

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)
           
 

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

Uses of Sphere in toxi.geom.mesh
 

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