Interface Polyhedron
- All Known Implementing Classes:
 Icosahedron,Octahedron,Prism,RectangularPrism,Tetrahedron
public interface Polyhedron
- Author:
 - Peter
 
- 
Method Summary
Modifier and TypeMethodDescriptiondoubleList<int[]>javax.vecmath.Point3d[]intjavax.vecmath.Matrix3dgetViewMatrix(int index) getViewName(int index)  
- 
Method Details
- 
getVertices
javax.vecmath.Point3d[] getVertices() - 
getLineLoops
List<int[]> getLineLoops() - 
getCirumscribedRadius
double getCirumscribedRadius() - 
getViewCount
int getViewCount() - 
getViewName
 - 
getViewMatrix
javax.vecmath.Matrix3d getViewMatrix(int index)  
 -