Uses of Class
com.sun.j3d.utils.geometry.Primitive

Packages that use Primitive
com.sun.j3d.utils.geometry Provides geometry construction, triangulation, and optimization utility classes. 
 

Uses of Primitive in com.sun.j3d.utils.geometry
 

Subclasses of Primitive in com.sun.j3d.utils.geometry
 class Box
          Box is a geometry primitive created with a given length, width, and height.
 class Cone
          Cone is a geometry primitive defined with a radius and a height.
 class Cylinder
          Cylinder is a geometry primitive defined with a radius and a height.
 class Sphere
          Sphere is a geometry primitive created with a given radius and resolution.