org.opensourcephysics.display3d.simple3d.utils
Class ShapeUtils

java.lang.Object
  extended by org.opensourcephysics.display3d.simple3d.utils.ShapeUtils
Direct Known Subclasses:
ConeUtils, CylinderUtils, EllipsoidUtils, TetrahedronUtils

public abstract class ShapeUtils
extends java.lang.Object


Field Summary
protected static double TO_RADIANS
           
protected static double[] vectorx
           
protected static double[] vectory
           
protected static double[] vectorz
           
 
Constructor Summary
ShapeUtils()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TO_RADIANS

protected static final double TO_RADIANS
See Also:
Constant Field Values

vectorx

protected static final double[] vectorx

vectory

protected static final double[] vectory

vectorz

protected static final double[] vectorz
Constructor Detail

ShapeUtils

public ShapeUtils()