Package 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.

See:
          Description

Interface Summary
ApiCppCollision.dAABBTestFn  
ApiCppCollision.dGeomDtorFn  
ApiCppCollision.dGetAABBFn  
ApiCppCollision.dGetColliderFnFn  
 

Class Summary
ApiCppBody  
ApiCppCollision  
ApiCppCollision.dGeomClass  
ApiCppCollisionSpace  
ApiCppCollisionTrimesh TriMesh code by Erwin de Vries.
ApiCppExportDIF  
ApiCppJoint  
ApiCppMass  
ApiCppMathMatrix optimized and unoptimized vector and matrix functions.
ApiCppMathMisc miscellaneous math functions.
ApiCppMathRotation  
ApiCppOdeInit  
ApiCppOther  
ApiCppTimer stop watch objects
ApiCppWorld  
 

Enum Summary
ApiCppJoint.dJointType  
 

Package org.ode4j.cpp.internal Description

USE NOT RECOMMENDED, SEE NOTE BELOW The classes in this package provide an API that is similar to the original C/C++ API. The following commands make all the methods available:
import static org.ode4j.cpp.OdeCpp.*;
import static org.ode4j.cpp.OdeCppMath.*;

These classes are provided to simplify migrating code from C/C++ to Java.

When starting a new project, use of these classes is not recommended. Please use the normal API in org.ode4j.ode.