rcs.posemath
Class PmCylindrical

java.lang.Object
  extended by rcs.posemath.PmCylindrical
Direct Known Subclasses:
PM_CYLINDRICAL

public class PmCylindrical
extends java.lang.Object


Field Summary
 double r
           
 double theta
           
 double z
           
 
Method Summary
 boolean equals(PmCartesian v)
           
 boolean equals(PmCylindrical c)
           
 boolean equals(PmSpherical s)
           
 java.lang.String toString()
           
 void update(NMLFormatConverter nml_fc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

theta

public double theta

r

public double r

z

public double z
Method Detail

update

public void update(NMLFormatConverter nml_fc)

equals

public boolean equals(PmCylindrical c)
               throws PmException
Throws:
PmException

equals

public boolean equals(PmCartesian v)
               throws PmException
Throws:
PmException

equals

public boolean equals(PmSpherical s)
               throws PmException
Throws:
PmException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object