Package com.ijurnove.cpu3d
Class Mesh
java.lang.Object
com.ijurnove.cpu3d.Mesh
A
Mesh consists of a set of Triangles.-
Constructor Details
-
Mesh
Constructs aMeshwith a given set ofTriangles.- Parameters:
triangles- a set of Triangles
-
-
Method Details
-
getTriangles
Returns theTriangles.- Returns:
- this Mesh's Triangles
-
copy
Copies thisMeshand all theTriangles within it.- Returns:
- a copy of this Mesh
-