Interface Polyhedron
- All Known Implementing Classes:
Icosahedron
,Octahedron
,Prism
,RectangularPrism
,Tetrahedron
public interface Polyhedron
- Author:
- Peter
-
Method Summary
Modifier and TypeMethodDescriptiondouble
List<int[]>
javax.vecmath.Point3d[]
int
javax.vecmath.Matrix3d
getViewMatrix
(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)
-