rcs.posemath
Class PM_SPHERICAL

java.lang.Object
  extended by rcs.posemath.PmSpherical
      extended by rcs.posemath.PM_SPHERICAL

public class PM_SPHERICAL
extends PmSpherical


Field Summary
 
Fields inherited from class rcs.posemath.PmSpherical
phi, r, theta
 
Constructor Summary
PM_SPHERICAL()
           
PM_SPHERICAL(double starttheta, double startphi, double startr)
           
 
Method Summary
 void update(NMLFormatConverter nml_fc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PM_SPHERICAL

public PM_SPHERICAL()

PM_SPHERICAL

public PM_SPHERICAL(double starttheta,
                    double startphi,
                    double startr)
Method Detail

update

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