org.opensourcephysics.display3d.simple3d.utils
Class TetrahedronUtils

java.lang.Object
  extended by org.opensourcephysics.display3d.simple3d.utils.ShapeUtils
      extended by org.opensourcephysics.display3d.simple3d.utils.TetrahedronUtils

public class TetrahedronUtils
extends ShapeUtils


Field Summary
 
Fields inherited from class org.opensourcephysics.display3d.simple3d.utils.ShapeUtils
TO_RADIANS, vectorx, vectory, vectorz
 
Constructor Summary
TetrahedronUtils()
           
 
Method Summary
static double[][][] createStandardTetrahedron(boolean top, boolean bottom, double height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TetrahedronUtils

public TetrahedronUtils()
Method Detail

createStandardTetrahedron

public static double[][][] createStandardTetrahedron(boolean top,
                                                     boolean bottom,
                                                     double height)