Uses of Interface
org.ode4j.ode.DConvex

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

Methods in org.ode4j.cpp.internal that return DConvex
static DConvex ApiCppCollision.dCreateConvex(DSpace space, double[] planes, int planecount, double[] points, int pointcount, int[] polygons)
           
 

Methods in org.ode4j.cpp.internal with parameters of type DConvex
static void ApiCppCollision.dGeomSetConvex(DConvex g, double[] _planes, int _count, double[] _points, int _pointcount, int[] _polygons)
           
 

Uses of DConvex in org.ode4j.ode
 

Methods in org.ode4j.ode that return DConvex
static DConvex OdeHelper.createConvex(double[] planes, int planecount, double[] points, int pointcount, int[] polygons)
           
static DConvex OdeHelper.createConvex(DSpace space, double[] planes, int planecount, double[] points, int pointcount, int[] polygons)