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
          An acceptable error factor that occurs in double mathematics
static double HALFPI
          PI / 2 approximation
static double PI
          PI approximation
static double TWOPI
          PI * 2 approximation
 
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
PI approximation

See Also:
Constant Field Values

TWOPI

public static final double TWOPI
PI * 2 approximation

See Also:
Constant Field Values

HALFPI

public static final double HALFPI
PI / 2 approximation

See Also:
Constant Field Values

DBL_PRECISION_ERROR

public static final double DBL_PRECISION_ERROR
An acceptable error factor that occurs in double mathematics

See Also:
Constant Field Values
Constructor Detail

E3DConstants

public E3DConstants()