Uses of Class
artofillusion.object.TriangleMesh.Vertex

Packages that use TriangleMesh.Vertex
artofillusion.object   
 

Uses of TriangleMesh.Vertex in artofillusion.object
 

Methods in artofillusion.object that return TriangleMesh.Vertex
 TriangleMesh.Vertex TriangleMesh.getVertex(int i)
           
 

Methods in artofillusion.object with parameters of type TriangleMesh.Vertex
 void TriangleMesh.Vertex.copy(TriangleMesh.Vertex v)
          Make this vertex identical to another one.
 void TriangleMesh.setShape(TriangleMesh.Vertex[] v, int[][] faces)
          This method rebuilds the mesh based on new lists of vertices and faces.
 

Constructors in artofillusion.object with parameters of type TriangleMesh.Vertex
TriangleMesh.Vertex(TriangleMesh.Vertex v)
           
TriangleMesh(TriangleMesh.Vertex[] v, int[][] faces)
           
 



Copyright © 1999-2011 by Peter Eastman.