|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DPistonJoint | |
---|---|
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 DPistonJoint in org.ode4j.cpp.internal |
---|
Methods in org.ode4j.cpp.internal that return DPistonJoint | |
---|---|
static DPistonJoint |
ApiCppJoint.dJointCreatePiston(DWorld w,
DJointGroup g)
|
Methods in org.ode4j.cpp.internal with parameters of type DPistonJoint | |
---|---|
static void |
ApiCppJoint.dJointAddPistonForce(DPistonJoint joint,
double force)
|
static void |
ApiCppJoint.dJointGetPistonAnchor(DPistonJoint j,
DVector3 result)
|
static void |
ApiCppJoint.dJointGetPistonAnchor2(DPistonJoint j,
DVector3 result)
|
static double |
ApiCppJoint.dJointGetPistonAngle(DPistonJoint j)
|
static double |
ApiCppJoint.dJointGetPistonAngleRate(DPistonJoint j)
|
static void |
ApiCppJoint.dJointGetPistonAxis(DPistonJoint j,
DVector3 result)
|
static double |
ApiCppJoint.dJointGetPistonParam(DPistonJoint j,
int parameter)
|
static double |
ApiCppJoint.dJointGetPistonPosition(DPistonJoint j)
|
static double |
ApiCppJoint.dJointGetPistonPositionRate(DPistonJoint j)
|
static void |
ApiCppJoint.dJointSetPistonAnchor(DPistonJoint j,
double x,
double y,
double z)
|
static void |
ApiCppJoint.dJointSetPistonAnchorOffset(DPistonJoint j,
double x,
double y,
double z,
double dx,
double dy,
double dz)
|
static void |
ApiCppJoint.dJointSetPistonAxis(DPistonJoint j,
double x,
double y,
double z)
|
static void |
ApiCppJoint.dJointSetPistonParam(DPistonJoint j,
int parameter,
double value)
|
Uses of DPistonJoint in org.ode4j.ode |
---|
Methods in org.ode4j.ode that return DPistonJoint | |
---|---|
static DPistonJoint |
OdeHelper.createPistonJoint(DWorld world)
Create a new joint of the Piston type. |
static DPistonJoint |
OdeHelper.createPistonJoint(DWorld world,
DJointGroup group)
Create a new joint of the Piston type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |