Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

rcs.posemath
Class PM_CYLINDRICAL  view PM_CYLINDRICAL download PM_CYLINDRICAL.java

java.lang.Object
  extended byrcs.posemath.PmCylindrical
      extended byrcs.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(rcs.nml.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

PM_CYLINDRICAL

public PM_CYLINDRICAL(PM_CARTESIAN v)
               throws PmException
Method Detail

update

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