|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBox | |
---|---|
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 DBox in org.ode4j.cpp.internal |
---|
Methods in org.ode4j.cpp.internal that return DBox | |
---|---|
static DBox |
ApiCppCollision.dCreateBox(DSpace space,
double lx,
double ly,
double lz)
|
Methods in org.ode4j.cpp.internal with parameters of type DBox | |
---|---|
static void |
ApiCppCollision.dGeomBoxGetLengths(DBox box,
DVector3 result)
|
static double |
ApiCppCollision.dGeomBoxPointDepth(DBox box,
double x,
double y,
double z)
|
static void |
ApiCppCollision.dGeomBoxSetLengths(DBox box,
double lx,
double ly,
double lz)
|
Uses of DBox in org.ode4j.ode |
---|
Methods in org.ode4j.ode that return DBox | |
---|---|
static DBox |
OdeHelper.createBox(double lx,
double ly,
double lz)
Create a box geom with the provided side lengths. |
static DBox |
OdeHelper.createBox(DSpace space,
double lx,
double ly,
double lz)
Create a box geom with the provided side lengths. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |