rcs.posemath
Class PmSpherical

java.lang.Object
  extended by rcs.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(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(NMLFormatConverter nml_fc)