org.ode4j.ode
Class OdeConstants
java.lang.Object
org.ode4j.ode.OdeConstants
- Direct Known Subclasses:
- org.ode4j.ode.internal.ErrorHandler
public class OdeConstants
- extends java.lang.Object
This class serves as a container for many constants used throughout ODE.
- Author:
- Tilmann Zaeschke
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dContactMu2
public static final int dContactMu2
- See Also:
- Constant Field Values
dContactFDir1
public static final int dContactFDir1
- See Also:
- Constant Field Values
dContactBounce
public static final int dContactBounce
- See Also:
- Constant Field Values
dContactSoftERP
public static final int dContactSoftERP
- See Also:
- Constant Field Values
dContactSoftCFM
public static final int dContactSoftCFM
- See Also:
- Constant Field Values
dContactMotion1
public static final int dContactMotion1
- See Also:
- Constant Field Values
dContactMotion2
public static final int dContactMotion2
- See Also:
- Constant Field Values
dContactMotionN
public static final int dContactMotionN
- See Also:
- Constant Field Values
dContactSlip1
public static final int dContactSlip1
- See Also:
- Constant Field Values
dContactSlip2
public static final int dContactSlip2
- See Also:
- Constant Field Values
dContactApprox0
public static final int dContactApprox0
- See Also:
- Constant Field Values
dContactApprox1_1
public static final int dContactApprox1_1
- See Also:
- Constant Field Values
dContactApprox1_2
public static final int dContactApprox1_2
- See Also:
- Constant Field Values
dContactApprox1
public static final int dContactApprox1
- See Also:
- Constant Field Values
dInfinity
public static final double dInfinity
- See Also:
- Constant Field Values
CONTACTS_UNIMPORTANT
public static final int CONTACTS_UNIMPORTANT
- Just generate any contacts (disables any contact refining).
- See Also:
- Constant Field Values
dAllocateMaskAll
public static final int dAllocateMaskAll
- Deprecated. TZ: probably not required.
- Allocate all the possible data that is currently defined
or will be defined in the future.
- See Also:
- Constant Field Values
OdeConstants
public OdeConstants()