Uses of Class
org.ode4j.ode.DSapSpace.AXES

Packages that use DSapSpace.AXES
org.ode4j.cpp.internal USE NOT RECOMMENDED, SEE NOTE BELOW The classes in this package provide an API that is similar to the original C/C++ API. 
org.ode4j.ode Public API for ode4j. 
 

Uses of DSapSpace.AXES in org.ode4j.cpp.internal
 

Methods in org.ode4j.cpp.internal with parameters of type DSapSpace.AXES
static DSpace ApiCppCollisionSpace.dSweepAndPruneSpaceCreate(DSpace space, DSapSpace.AXES axisorder)
           
 

Uses of DSapSpace.AXES in org.ode4j.ode
 

Methods in org.ode4j.ode that return DSapSpace.AXES
static DSapSpace.AXES DSapSpace.AXES.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DSapSpace.AXES[] DSapSpace.AXES.values()
          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 DSapSpace.AXES
static DSapSpace OdeHelper.createSapSpace(DSapSpace.AXES axes)
           
static DSapSpace OdeHelper.createSapSpace(DSpace space, DSapSpace.AXES axes)