Package net.sf.j3d.threeD.raytracer.primitives

Interface Summary
Mesh.VertexData  
 

Class Summary
Cone A Cone object represents a cone in 3d space.
CSG A CSG object represents an object produced using a boolean combination of two surfaces.
Cylinder A Cylinder object represents a cylinder in 3d space.
Mesh A Mesh object stores a set of points (Vector objects) and allows triangles to be specified using those points.
Mesh.MeshFile  
Mesh.Vertex  
Plane A Plane object represents an plane in 3d space.
Polynomial A Polynomial object represents a 3d polynomial surface.
PolynomialTerm A PolynomialTerm object represents a single term of a polynomial function represented by a Polynomial object.
Sphere A Sphere object represents a primitive sphere in 3d space.
Triangle A Triangle object represents a triangle in 3d space.