Uses of Interface
org.ode4j.ode.DHeightfield.DHeightfieldGetHeight

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

Methods in org.ode4j.cpp.internal with parameters of type DHeightfield.DHeightfieldGetHeight
static void ApiCppCollision.dGeomHeightfieldDataBuildCallback(DHeightfieldData d, java.lang.Object[] pUserData, DHeightfield.DHeightfieldGetHeight pCallback, double width, double depth, int widthSamples, int depthSamples, double scale, double offset, double thickness, boolean bWrap)
           
 

Uses of DHeightfield.DHeightfieldGetHeight in org.ode4j.ode
 

Methods in org.ode4j.ode with parameters of type DHeightfield.DHeightfieldGetHeight
 void DHeightfieldData.buildCallback(java.lang.Object pUserData, DHeightfield.DHeightfieldGetHeight pCallback, double width, double depth, int widthSamples, int depthSamples, double scale, double offset, double thickness, boolean bWrap)
          Configures a dHeightfieldData to use a callback to retrieve height data.