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

public class ConeUtils extends ShapeUtils
  • Constructor Details

    • ConeUtils

      public ConeUtils()
  • Method Details

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