rcs.posemath
Class PM_CARTESIAN

java.lang.Object
  extended by rcs.posemath.PmCartesian
      extended by rcs.posemath.PM_CARTESIAN
All Implemented Interfaces:
java.lang.Cloneable

public class PM_CARTESIAN
extends PmCartesian
implements java.lang.Cloneable


Field Summary
 
Fields inherited from class rcs.posemath.PmCartesian
x, y, z
 
Constructor Summary
PM_CARTESIAN()
           
PM_CARTESIAN(double startx, double starty, double startz)
           
PM_CARTESIAN(PM_CYLINDRICAL c)
           
 
Method Summary
 java.lang.Object clone()
           
 void update(NMLFormatConverter nml_fc)
           
 
Methods inherited from class rcs.posemath.PmCartesian
equals, equals, equals, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PM_CARTESIAN

public PM_CARTESIAN()

PM_CARTESIAN

public PM_CARTESIAN(double startx,
                    double starty,
                    double startz)

PM_CARTESIAN

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

update

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

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class PmCartesian
Throws:
java.lang.CloneNotSupportedException