|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DJoint.PARAM_N | |
---|---|
org.ode4j.ode | Public API for ode4j. |
Uses of DJoint.PARAM_N in org.ode4j.ode |
---|
Methods in org.ode4j.ode that return DJoint.PARAM_N | |
---|---|
static DJoint.PARAM_N |
DJoint.PARAM_N.toEnum(int n)
|
static DJoint.PARAM_N |
DJoint.PARAM_N.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DJoint.PARAM_N[] |
DJoint.PARAM_N.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.ode4j.ode with parameters of type DJoint.PARAM_N | |
---|---|
double |
DSliderJoint.getParam(DJoint.PARAM_N parameter)
Get joint parameter. |
double |
DPlane2DJoint.getParam(DJoint.PARAM_N parameter)
Deprecated. Do not use. |
double |
DLMotorJoint.getParam(DJoint.PARAM_N parameter)
Get joint parameter. |
double |
DPistonJoint.getParam(DJoint.PARAM_N parameter)
Get joint parameter. |
double |
DPRJoint.getParam(DJoint.PARAM_N parameter)
Get joint parameter. |
double |
DAMotorJoint.getParam(DJoint.PARAM_N parameter)
Get joint parameter. |
double |
DFixedJoint.getParam(DJoint.PARAM_N type)
Get joint parameter. |
double |
DHingeJoint.getParam(DJoint.PARAM_N parameter)
Get joint parameter. |
double |
DUniversalJoint.getParam(DJoint.PARAM_N parameter)
Get joint parameter. |
double |
DBallJoint.getParam(DJoint.PARAM_N parameter)
Get joint parameter. |
double |
DJoint.getParam(DJoint.PARAM_N type)
get joint parameter |
double |
DHinge2Joint.getParam(DJoint.PARAM_N parameter)
Get joint parameter. |
double |
DPUJoint.getParam(DJoint.PARAM_N parameter)
Get joint parameter. |
void |
DSliderJoint.setParam(DJoint.PARAM_N parameter,
double value)
Set joint parameter. |
void |
DPlane2DJoint.setParam(DJoint.PARAM_N parameter,
double value)
Deprecated. Do not use. |
void |
DLMotorJoint.setParam(DJoint.PARAM_N parameter,
double value)
Set joint parameter. |
void |
DPistonJoint.setParam(DJoint.PARAM_N parameter,
double value)
Set joint parameter. |
void |
DPRJoint.setParam(DJoint.PARAM_N parameter,
double value)
Set joint parameter. |
void |
DAMotorJoint.setParam(DJoint.PARAM_N parameter,
double value)
Set joint parameter. |
void |
DFixedJoint.setParam(DJoint.PARAM_N parameter,
double value)
Sets joint parameter. |
void |
DHingeJoint.setParam(DJoint.PARAM_N parameter,
double value)
Set joint parameter. |
void |
DUniversalJoint.setParam(DJoint.PARAM_N parameter,
double value)
Set joint parameter. |
void |
DBallJoint.setParam(DJoint.PARAM_N parameter,
double value)
Param setting for Ball joints |
void |
DJoint.setParam(DJoint.PARAM_N type,
double value)
If not implemented it will do nothing as describe in the doc. |
void |
DHinge2Joint.setParam(DJoint.PARAM_N parameter,
double value)
Set joint parameter. |
void |
DPUJoint.setParam(DJoint.PARAM_N parameter,
double value)
Set joint parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |