Uses of Class
toxi.geom.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
Modifier and TypeMethodDescriptionMesh3D.getBoundingSphere()
Computes & returns the bounding sphere of the mesh.TriangleMesh.getBoundingSphere()
ModifierConstructorDescriptionCreates a new instance using the given sphere -
Uses of Sphere in toxi.newmesh
-
Uses of Sphere in toxi.physics3d.constraints
ModifierConstructorDescriptionSphereConstraint
(Sphere sphere, boolean isBoundary) Creates a new instance using the sphere definition and constraint mode given. -
Uses of Sphere in toxi.processing