org.opensourcephysics.display3d.simple3d.utils
Class EllipsoidUtils

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

public class EllipsoidUtils
extends ShapeUtils


Field Summary
 
Fields inherited from class org.opensourcephysics.display3d.simple3d.utils.ShapeUtils
TO_RADIANS, vectorx, vectory, vectorz
 
Constructor Summary
EllipsoidUtils()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EllipsoidUtils

public EllipsoidUtils()
Method Detail

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)