Uses of Class
org.ode4j.ode.DGeom.CONTROL_CLASS

Packages that use DGeom.CONTROL_CLASS
org.ode4j.ode Public API for ode4j. 
 

Uses of DGeom.CONTROL_CLASS in org.ode4j.ode
 

Methods in org.ode4j.ode that return DGeom.CONTROL_CLASS
static DGeom.CONTROL_CLASS DGeom.CONTROL_CLASS.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DGeom.CONTROL_CLASS[] DGeom.CONTROL_CLASS.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 DGeom.CONTROL_CLASS
 boolean DGeom.lowLevelControl(DGeom.CONTROL_CLASS controlClass, DGeom.CONTROL_CODE controlCode, DGeom.DataValue dataValue, org.cpp4j.java.RefInt dataSize)
          Execute low level control operation for geometry.