|
|||||||||
| Home >> All >> rcs >> [ posemath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
rcs.posemath
Class PmRpy

java.lang.Objectrcs.posemath.PmRpy
- Direct Known Subclasses:
- PM_RPY
- public class PmRpy
- extends java.lang.Object
| Field Summary | |
double |
p
|
double |
r
|
double |
y
|
| Constructor Summary | |
(package private) |
PmRpy()
|
(package private) |
PmRpy(double startr,
double startp,
double starty)
|
| Method Summary | |
void |
update(rcs.nml.NMLFormatConverter nml_fc)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
r
public double r
p
public double p
y
public double y
| Constructor Detail |
PmRpy
PmRpy(double startr,
double startp,
double starty)
PmRpy
PmRpy()
| Method Detail |
update
public void update(rcs.nml.NMLFormatConverter nml_fc)
|
|||||||||
| Home >> All >> rcs >> [ posemath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
rcs.posemath.PmRpy