Uses of Interface
org.ode4j.ode.DPlane2DJoint

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

Methods in org.ode4j.cpp.internal that return DPlane2DJoint
static DPlane2DJoint ApiCppJoint.dJointCreatePlane2D(DWorld w, DJointGroup g)
           
 

Methods in org.ode4j.cpp.internal with parameters of type DPlane2DJoint
static void ApiCppJoint.dJointSetPlane2DAngleParam(DPlane2DJoint j, int parameter, double value)
           
static void ApiCppJoint.dJointSetPlane2DXParam(DPlane2DJoint j, int parameter, double value)
           
static void ApiCppJoint.dJointSetPlane2DYParam(DPlane2DJoint j, int parameter, double value)
           
 

Uses of DPlane2DJoint in org.ode4j.ode
 

Methods in org.ode4j.ode that return DPlane2DJoint
static DPlane2DJoint OdeHelper.createPlane2DJoint(DWorld world)
          Create a new joint of the plane-2d type.
static DPlane2DJoint OdeHelper.createPlane2DJoint(DWorld world, DJointGroup group)
          Create a new joint of the plane-2d type.