Uses of Interface
org.ode4j.ode.DTriMesh.DTriArrayCallback

Packages that use DTriMesh.DTriArrayCallback
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 DTriMesh.DTriArrayCallback in org.ode4j.cpp.internal
 

Methods in org.ode4j.cpp.internal with parameters of type DTriMesh.DTriArrayCallback
static DTriMesh ApiCppCollisionTrimesh.dCreateTriMesh(DSpace space, DTriMeshData Data, DTriMesh.DTriCallback Callback, DTriMesh.DTriArrayCallback ArrayCallback, DTriMesh.DTriRayCallback RayCallback)
          Trimesh class Construction.
 

Uses of DTriMesh.DTriArrayCallback in org.ode4j.ode
 

Methods in org.ode4j.ode with parameters of type DTriMesh.DTriArrayCallback
static DTriMesh OdeHelper.createTriMesh(DSpace space, DTriMeshData Data, DTriMesh.DTriCallback Callback, DTriMesh.DTriArrayCallback ArrayCallback, DTriMesh.DTriRayCallback RayCallback)
          Trimesh class Construction.