Interface Polyhedron

All Known Implementing Classes:
Icosahedron, Octahedron, Prism, RectangularPrism, Tetrahedron

public interface Polyhedron
Author:
Peter
  • Method Details

    • 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)