Uses of Class
org.ode4j.ode.DContactGeomBuffer

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

Methods in org.ode4j.cpp.internal with parameters of type DContactGeomBuffer
static int ApiCppCollision.dBoxBox(DVector3 p1, DMatrix3 R1, DVector3 side1, DVector3 p2, DMatrix3 R2, DVector3 side2, DVector3 normal, org.cpp4j.java.RefDouble depth, org.cpp4j.java.RefInt return_code, int flags, DContactGeomBuffer contacts)
           
static int ApiCppCollision.dCollide(DGeom o1, DGeom o2, int flags, DContactGeomBuffer contacts)
           
 

Uses of DContactGeomBuffer in org.ode4j.ode
 

Methods in org.ode4j.ode that return DContactGeomBuffer
 DContactGeomBuffer DContactGeomBuffer.createView(int skip)
           
 DContactGeomBuffer DContactBuffer.getGeomBuffer()
           
 

Methods in org.ode4j.ode with parameters of type DContactGeomBuffer
static int OdeHelper.collide(DGeom o1, DGeom o2, int flags, DContactGeomBuffer contacts)
          Given two geoms o1 and o2 that potentially intersect, generate contact information for them.
 int DColliderFn.dColliderFn(DGeom o1, DGeom o2, int flags, DContactGeomBuffer contacts)