|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DContact | |
---|---|
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 DContact in org.ode4j.cpp.internal |
---|
Methods in org.ode4j.cpp.internal with parameters of type DContact | |
---|---|
static DContactJoint |
ApiCppJoint.dJointCreateContact(DWorld w,
DJointGroup g,
DContact c)
|
Uses of DContact in org.ode4j.ode |
---|
Methods in org.ode4j.ode that return DContact | |
---|---|
DContact |
DContactBuffer.get(int i)
|
Methods in org.ode4j.ode that return types with arguments of type DContact | |
---|---|
java.util.Iterator<DContact> |
DContactBuffer.iterator()
|
Methods in org.ode4j.ode with parameters of type DContact | |
---|---|
static DContactJoint |
OdeHelper.createContactJoint(DWorld world,
DContact c)
Create a new joint of the contact type. |
static DContactJoint |
OdeHelper.createContactJoint(DWorld world,
DJointGroup group,
DContact c)
Create a new joint of the contact type. |
void |
DContactBuffer.set(int i,
DContact c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |