rcs.posemath
Class PM_CYLINDRICAL

java.lang.Object
  extended by rcs.posemath.PmCylindrical
      extended by rcs.posemath.PM_CYLINDRICAL

public class PM_CYLINDRICAL
extends PmCylindrical


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

PM_CYLINDRICAL

public PM_CYLINDRICAL()

PM_CYLINDRICAL

public PM_CYLINDRICAL(double starttheta,
                      double startr,
                      double startz)
               throws PmException
Throws:
PmException

PM_CYLINDRICAL

public PM_CYLINDRICAL(PM_CARTESIAN v)
               throws PmException
Throws:
PmException
Method Detail

update

public void update(NMLFormatConverter nml_fc)
Overrides:
update in class PmCylindrical