|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DSphere | |
---|---|
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 DSphere in org.ode4j.cpp.internal |
---|
Methods in org.ode4j.cpp.internal that return DSphere | |
---|---|
static DSphere |
ApiCppCollision.dCreateSphere(DSpace space,
double radius)
|
Methods in org.ode4j.cpp.internal with parameters of type DSphere | |
---|---|
static double |
ApiCppCollision.dGeomSphereGetRadius(DSphere sphere)
|
static double |
ApiCppCollision.dGeomSpherePointDepth(DSphere sphere,
double x,
double y,
double z)
|
static void |
ApiCppCollision.dGeomSphereSetRadius(DSphere sphere,
double radius)
|
Uses of DSphere in org.ode4j.ode |
---|
Methods in org.ode4j.ode that return DSphere | |
---|---|
static DSphere |
OdeHelper.createSphere(double radius)
Create a sphere geom of the given radius, and return its ID. |
static DSphere |
OdeHelper.createSphere(DSpace space,
double radius)
Create a sphere geom of the given radius, and return its ID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |