- readModelInfo(String) - Static method in class edu.txstate.mag262.Model3D
-
Reads a Princeton Shape Benchmark style model_info file.
- readPointsFromFile(String, ArrayList<Vertex3D>) - Static method in class edu.txstate.mag262.Model3D
-
Reads in a model file and returns the vertices as an ArrayList of Vertex3D objects.
- rescale(double, ArrayList<Vertex3D>) - Static method in class edu.txstate.mag262.Model3D
-
Rescales a set of points in 3D space in respect to the origin.
- rescaleByMean(double, ArrayList<Vertex3D>) - Static method in class edu.txstate.mag262.Model3D
-
Rescales a set of points in 3D space in respect to the origin.
- Runner - Class in edu.txstate.mag262
-
Contains entry point of application.
- Runner() - Constructor for class edu.txstate.mag262.Runner
-