|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DLMotorJoint
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.ode4j.ode.DJoint |
---|
DJoint.DJointFeedback, DJoint.PARAM, DJoint.PARAM_GROUPS, DJoint.PARAM_N |
Field Summary |
---|
Fields inherited from interface org.ode4j.ode.DJoint |
---|
P_OFS_1, P_OFS_2, P_OFS_3 |
Method Summary | |
---|---|
void |
getAxis(int anum,
DVector3 result)
Get axis. |
int |
getNumAxes()
Get nr of axes. |
double |
getParam(DJoint.PARAM_N parameter)
Get joint parameter. |
double |
getParamFMax()
|
double |
getParamFMax2()
|
double |
getParamFMax3()
|
double |
getParamVel()
|
double |
getParamVel2()
|
double |
getParamVel3()
|
void |
setAxis(int anum,
int rel,
double x,
double y,
double z)
Set the AMotor axes. |
void |
setAxis(int anum,
int rel,
DVector3C a)
Set the AMotor axes. |
void |
setNumAxes(int num)
Set the number of axes that will be controlled by the LMotor. |
void |
setParam(DJoint.PARAM_N parameter,
double value)
Set joint parameter. |
void |
setParamFMax(double d)
|
void |
setParamFMax2(double d)
|
void |
setParamFMax3(double d)
|
void |
setParamVel(double d)
|
void |
setParamVel2(double d)
|
void |
setParamVel3(double d)
|
Methods inherited from interface org.ode4j.ode.DJoint |
---|
attach, DESTRUCTOR, disable, enable, getBody, getData, getFeedback, getNumBodies, isEnabled, setData, setFeedback |
Method Detail |
---|
void setNumAxes(int num)
num
- can range from 0 (which effectively deactivates the joint) to 3.int getNumAxes()
void setAxis(int anum, int rel, double x, double y, double z)
anum
- selects the axis to change (0,1 or 2).rel
- Each axis can have one of three ``relative orientation'' modes
void setAxis(int anum, int rel, DVector3C a)
anum
- selects the axis to change (0,1 or 2).rel
- Each axis can have one of three ``relative orientation'' modes
void getAxis(int anum, DVector3 result)
void setParam(DJoint.PARAM_N parameter, double value)
setParam
in interface DJoint
double getParam(DJoint.PARAM_N parameter)
getParam
in interface DJoint
double getParamVel()
double getParamVel2()
double getParamVel3()
double getParamFMax()
double getParamFMax2()
double getParamFMax3()
void setParamVel(double d)
void setParamVel2(double d)
void setParamVel3(double d)
void setParamFMax(double d)
void setParamFMax2(double d)
void setParamFMax3(double d)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |