Uses of Class
de.jreality.scene.Sphere

Packages that use Sphere
de.jreality.geometry This package contains geometry related utilities. 
de.jreality.scene This package contains the essential classes of the jReality scene graph. 
de.jreality.util Miscellaneous jReality utilities used in the core packages. 
 

Uses of Sphere in de.jreality.geometry
 

Methods in de.jreality.geometry with parameters of type Sphere
static Rectangle3D GeometryUtility.calculateBoundingBox(Sphere sph)
           
 

Uses of Sphere in de.jreality.scene
 

Methods in de.jreality.scene with parameters of type Sphere
 void SceneGraphVisitor.visit(Sphere s)
           
 

Uses of Sphere in de.jreality.util
 

Methods in de.jreality.util with parameters of type Sphere
 void CopyVisitor.copyAttr(Sphere src, Sphere dst)
           
 void CopyVisitor.visit(Sphere s)