Uses of Class
net.sf.j3d.threeD.raytracer.primitives.Triangle

Packages that use Triangle
net.sf.j3d.math.cover   
net.sf.j3d.threeD.raytracer.primitives   
 

Uses of Triangle in net.sf.j3d.math.cover
 

Methods in net.sf.j3d.math.cover with parameters of type Triangle
static boolean[][][] Matrix3DSolutionOutput.addTriangle(boolean[][][] piece, Triangle t)
           
 

Uses of Triangle in net.sf.j3d.threeD.raytracer.primitives
 

Methods in net.sf.j3d.threeD.raytracer.primitives that return Triangle
 Triangle Mesh.getTriangle(int face)
          Checks triangle cache for the specified face index, and constructs a Triangle object if it is not present.
 Triangle Mesh.getTriangle(int face, boolean cache)
          Checks triangle cache for the specified face index, and constructs a Triangle object if it is not present.
 Triangle[] Mesh.getTriangles()