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

Packages that use net.sf.j3d.threeD.raytracer.primitives
net.sf.j3d.math.cover   
net.sf.j3d.physics   
net.sf.j3d.threeD.raytracer.engine   
net.sf.j3d.threeD.raytracer.lighting   
net.sf.j3d.threeD.raytracer.primitives   
net.sf.j3d.threeD.ui.dialogs   
 

Classes in net.sf.j3d.threeD.raytracer.primitives used by net.sf.j3d.math.cover
Triangle
          A Triangle object represents a triangle in 3d space.
 

Classes in net.sf.j3d.threeD.raytracer.primitives used by net.sf.j3d.physics
Plane
          A Plane object represents an plane in 3d space.
Sphere
          A Sphere object represents a primitive sphere in 3d space.
 

Classes in net.sf.j3d.threeD.raytracer.primitives used by net.sf.j3d.threeD.raytracer.engine
Mesh
          A Mesh object stores a set of points (Vector objects) and allows triangles to be specified using those points.
 

Classes in net.sf.j3d.threeD.raytracer.primitives used by net.sf.j3d.threeD.raytracer.lighting
Plane
          A Plane object represents an plane in 3d space.
Sphere
          A Sphere object represents a primitive sphere in 3d space.
 

Classes in net.sf.j3d.threeD.raytracer.primitives used by net.sf.j3d.threeD.raytracer.primitives
Mesh
          A Mesh object stores a set of points (Vector objects) and allows triangles to be specified using those points.
Mesh.Vertex
           
Mesh.VertexData
           
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.
Triangle
          A Triangle object represents a triangle in 3d space.
 

Classes in net.sf.j3d.threeD.raytracer.primitives used by net.sf.j3d.threeD.ui.dialogs
Polynomial
          A Polynomial object represents a 3d polynomial surface.