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

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

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

Uses of DTriMesh.DTriRayCallback in org.ode4j.ode
 

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