Uses of Class
com.loader.Vertex

Packages that use Vertex
com.loader   
 

Uses of Vertex in com.loader
 

Methods in com.loader that return Vertex
 Vertex Material.getKd()
           
 Vertex[] Face.getNormals()
           
 Vertex[] Face.getVertices()
           
 

Methods in com.loader that return types with arguments of type Vertex
 java.util.ArrayList<Vertex> WavefrontObject.getNormals()
           
 java.util.ArrayList<Vertex> WavefrontObject.getVertices()
           
 

Methods in com.loader with parameters of type Vertex
 void Material.setKa(Vertex kd)
           
 void Face.setNormals(Vertex[] normals)
           
 void Face.setVertices(Vertex[] vertices)
           
 

Method parameters in com.loader with type arguments of type Vertex
 void WavefrontObject.setNormals(java.util.ArrayList<Vertex> normals)
           
 void WavefrontObject.setVertices(java.util.ArrayList<Vertex> vertices)