Uses of Class
org.ode4j.ode.OdeMath.OP

Packages that use OdeMath.OP
org.ode4j.ode Public API for ode4j. 
 

Uses of OdeMath.OP in org.ode4j.ode
 

Methods in org.ode4j.ode that return OdeMath.OP
static OdeMath.OP OdeMath.OP.valueOf(java.lang.String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static OdeMath.OP[] OdeMath.OP.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ode4j.ode with parameters of type OdeMath.OP
static void OdeMath.dCROSS(DVector3 a, OdeMath.OP op, DVector3C b, DVector3C c)
          Deprecated. Use dCalcVetorCross3, dAddVectorCross3 or dSubtractVectorCross3.