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

java.lang.Objectrcs.posemath.PmSpherical
- Direct Known Subclasses:
- PM_SPHERICAL
- public class PmSpherical
- extends java.lang.Object
| Field Summary | |
double |
phi
|
double |
r
|
double |
theta
|
| Constructor Summary | |
PmSpherical()
|
|
PmSpherical(double starttheta,
double startphi,
double startr)
|
|
| 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 |
theta
public double theta
phi
public double phi
r
public double r
| Constructor Detail |
PmSpherical
public PmSpherical(double starttheta,
double startphi,
double startr)
PmSpherical
public PmSpherical()
| 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.PmSpherical