Class EllipsoidUtils
java.lang.Object
org.opensourcephysics.display3d.simple3d.utils.ShapeUtils
org.opensourcephysics.display3d.simple3d.utils.EllipsoidUtils
-
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[][][]
createStandardEllipsoid
(int nr, int nu, int nv, double angleu1, double angleu2, double anglev1, double anglev2, boolean top, boolean bottom, boolean left, boolean right)
-
Constructor Details
-
EllipsoidUtils
public EllipsoidUtils()
-
-
Method Details
-
createStandardEllipsoid
public static double[][][] createStandardEllipsoid(int nr, int nu, int nv, double angleu1, double angleu2, double anglev1, double anglev2, boolean top, boolean bottom, boolean left, boolean right)
-