org.opensourcephysics.display3d.simple3d.utils
Class CylinderUtils

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

public class CylinderUtils
extends ShapeUtils


Constructor Summary
CylinderUtils()
           
 
Method Summary
static double[][][] createStandardCylinder(int nr, int nu, int nz, double angle1, double angle2, boolean top, boolean bottom, boolean left, boolean right)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CylinderUtils

public CylinderUtils()
Method Detail

createStandardCylinder

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