Class CylinderUtils
java.lang.Object
org.opensourcephysics.display3d.simple3d.utils.ShapeUtils
org.opensourcephysics.display3d.simple3d.utils.CylinderUtils
-
Field Summary
Fields inherited from class org.opensourcephysics.display3d.simple3d.utils.ShapeUtils
TO_RADIANS, vectorx, vectory, vectorz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double[][][]
createStandardCylinder
(int nr, int nu, int nz, double angle1, double angle2, boolean top, boolean bottom, boolean left, boolean right)
-
Constructor Details
-
CylinderUtils
public CylinderUtils()
-
-
Method Details
-
createStandardCylinder
public static double[][][] createStandardCylinder(int nr, int nu, int nz, double angle1, double angle2, boolean top, boolean bottom, boolean left, boolean right)
-