Uses of Interface
org.ode4j.ode.DPlane

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

Methods in org.ode4j.cpp.internal that return DPlane
static DPlane ApiCppCollision.dCreatePlane(DSpace space, double a, double b, double c, double d)
           
 

Methods in org.ode4j.cpp.internal with parameters of type DPlane
static void ApiCppCollision.dGeomPlaneGetParams(DPlane plane, DVector4 result)
           
static double ApiCppCollision.dGeomPlanePointDepth(DPlane plane, double x, double y, double z)
           
static void ApiCppCollision.dGeomPlaneSetParams(DPlane plane, double a, double b, double c, double d)
           
 

Uses of DPlane in org.ode4j.ode
 

Methods in org.ode4j.ode that return DPlane
static DPlane OdeHelper.createPlane(DSpace space, double a, double b, double c, double d)