|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DCapsule | |
---|---|
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 DCapsule in org.ode4j.cpp.internal |
---|
Methods in org.ode4j.cpp.internal that return DCapsule | |
---|---|
static DCapsule |
ApiCppCollision.dCreateCapsule(DSpace space,
double radius,
double length)
|
Methods in org.ode4j.cpp.internal with parameters of type DCapsule | |
---|---|
static void |
ApiCppCollision.dGeomCapsuleGetParams(DCapsule ccylinder,
org.cpp4j.java.RefDouble radius,
org.cpp4j.java.RefDouble length)
|
static double |
ApiCppCollision.dGeomCapsulePointDepth(DCapsule ccylinder,
double x,
double y,
double z)
|
static void |
ApiCppCollision.dGeomCapsuleSetParams(DCapsule ccylinder,
double radius,
double length)
|
Uses of DCapsule in org.ode4j.ode |
---|
Methods in org.ode4j.ode that return DCapsule | |
---|---|
static DCapsule |
OdeHelper.createCapsule(double radius,
double length)
|
static DCapsule |
OdeHelper.createCapsule(DSpace space,
double radius,
double length)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |