rcs.posemath
Class PM_EULER_ZYX

java.lang.Object
  extended by rcs.posemath.PmEulerZyx
      extended by rcs.posemath.PM_EULER_ZYX

public class PM_EULER_ZYX
extends PmEulerZyx


Field Summary
 
Fields inherited from class rcs.posemath.PmEulerZyx
x, y, z
 
Constructor Summary
PM_EULER_ZYX()
           
PM_EULER_ZYX(double startz, double starty, double startx)
           
 
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_EULER_ZYX

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

PM_EULER_ZYX

public PM_EULER_ZYX()
Method Detail

update

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