org.opensourcephysics.display3d.simple3d.utils
Class ConeUtils

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

public class ConeUtils
extends ShapeUtils


Field Summary
 
Fields inherited from class org.opensourcephysics.display3d.simple3d.utils.ShapeUtils
TO_RADIANS, vectorx, vectory, vectorz
 
Constructor Summary
ConeUtils()
           
 
Method Summary
static double[][][] createStandardCone(int nr, int nu, int nz, double angle1, double angle2, boolean top, boolean bottom, boolean left, boolean right, double height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConeUtils

public ConeUtils()
Method Detail

createStandardCone

public static double[][][] createStandardCone(int nr,
                                              int nu,
                                              int nz,
                                              double angle1,
                                              double angle2,
                                              boolean top,
                                              boolean bottom,
                                              boolean left,
                                              boolean right,
                                              double height)