Uses of Class
toxi.geom.Sphere
Packages that use Sphere
Package
Description
-
Uses of Sphere in toxi.geom
Modifier and TypeMethodDescriptionAABB.getBoundingSphere()
PointCloud3D.getBoundingSphere()
SphereIntersectorReflector.getSphere()
Modifier and TypeMethodDescriptionPointOctree.getPointsWithinSphere
(Sphere s) Selects all stored points within the given sphere volumeboolean
AABB.intersectsSphere
(Sphere s) void
-
Uses of Sphere in toxi.geom.mesh
Fields in toxi.geom.mesh declared as SphereMethods in toxi.geom.mesh that return SphereModifier and TypeMethodDescriptionMesh3D.getBoundingSphere()
Computes & returns the bounding sphere of the mesh.TriangleMesh.getBoundingSphere()
Constructors in toxi.geom.mesh with parameters of type SphereModifierConstructorDescriptionCreates a new instance using the given sphere -
Uses of Sphere in toxi.newmesh
Methods in toxi.newmesh that return Sphere -
Uses of Sphere in toxi.physics3d.constraints
Fields in toxi.physics3d.constraints declared as SphereConstructors in toxi.physics3d.constraints with parameters of type SphereModifierConstructorDescriptionSphereConstraint
(Sphere sphere, boolean isBoundary) Creates a new instance using the sphere definition and constraint mode given. -
Uses of Sphere in toxi.processing
Methods in toxi.processing with parameters of type Sphere