Uses of Class
net.sf.j3d.threeD.raytracer.primitives.Mesh.Vertex

Packages that use Mesh.Vertex
net.sf.j3d.threeD.raytracer.primitives   
 

Uses of Mesh.Vertex in net.sf.j3d.threeD.raytracer.primitives
 

Methods in net.sf.j3d.threeD.raytracer.primitives that return Mesh.Vertex
 Mesh.Vertex[] Mesh.getVectors()
           
 Mesh.Vertex[] Mesh.getVectors(boolean b)
           
 

Methods in net.sf.j3d.threeD.raytracer.primitives with parameters of type Mesh.Vertex
 void Mesh.setVectors(Mesh.Vertex[] p)
          Removes all points stored by this Mesh and adds those stored in the specified array.