espresso3d.engine.common
Class E3DConstants

java.lang.Object
  extended byespresso3d.engine.common.E3DConstants

public class E3DConstants
extends java.lang.Object

Author:
Curt TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static double DBL_PRECISION_ERROR
           
static double PI
           
static double TWOPI
           
 
Constructor Summary
E3DConstants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PI

public static final double PI
See Also:
Constant Field Values

TWOPI

public static final double TWOPI
See Also:
Constant Field Values

DBL_PRECISION_ERROR

public static final double DBL_PRECISION_ERROR
See Also:
Constant Field Values
Constructor Detail

E3DConstants

public E3DConstants()