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 double
getCirumscribedRadius()
List<int[]>
getLineLoops()
javax.vecmath.Point3d[]
getVertices()
int
getViewCount()
javax.vecmath.Matrix3d
getViewMatrix(int index)
String
getViewName(int index)
-
-
-
Method Detail
-
getVertices
javax.vecmath.Point3d[] getVertices()
-
getLineLoops
List<int[]> getLineLoops()
-
getCirumscribedRadius
double getCirumscribedRadius()
-
getViewCount
int getViewCount()
-
getViewName
String getViewName(int index)
-
getViewMatrix
javax.vecmath.Matrix3d getViewMatrix(int index)
-
-