java.lang.Objectrcs.posemath.PmCylindrical
rcs.posemath.PM_CYLINDRICAL
public class PM_CYLINDRICAL
| Field Summary |
|---|
| Fields inherited from class rcs.posemath.PmCylindrical |
|---|
r, theta, z |
| Constructor Summary | |
|---|---|
PM_CYLINDRICAL()
|
|
PM_CYLINDRICAL(double starttheta,
double startr,
double startz)
|
|
PM_CYLINDRICAL(PM_CARTESIAN v)
|
|
| Method Summary | |
|---|---|
void |
update(NMLFormatConverter nml_fc)
|
| Methods inherited from class rcs.posemath.PmCylindrical |
|---|
equals, equals, equals, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PM_CYLINDRICAL()
public PM_CYLINDRICAL(double starttheta,
double startr,
double startz)
throws PmException
PmException
public PM_CYLINDRICAL(PM_CARTESIAN v)
throws PmException
PmException| Method Detail |
|---|
public void update(NMLFormatConverter nml_fc)
update in class PmCylindrical