Interface Polyhedron
-
- All Known Implementing Classes:
Icosahedron,Octahedron,Prism,RectangularPrism,Tetrahedron
public interface Polyhedron- Author:
- Peter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetCirumscribedRadius()List<int[]>getLineLoops()javax.vecmath.Point3d[]getVertices()intgetViewCount()javax.vecmath.Matrix3dgetViewMatrix(int index)StringgetViewName(int index)
-