rcs.posemath
Class PmEulerZyz

java.lang.Object
  extended by rcs.posemath.PmEulerZyz
Direct Known Subclasses:
PM_EULER_ZYZ

public class PmEulerZyz
extends java.lang.Object


Field Summary
 double y
           
 double z
           
 double zp
           
 
Constructor Summary
PmEulerZyz()
           
PmEulerZyz(double startz, double starty, double startzp)
           
 
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

z

public double z

y

public double y

zp

public double zp
Constructor Detail

PmEulerZyz

public PmEulerZyz(double startz,
                  double starty,
                  double startzp)

PmEulerZyz

public PmEulerZyz()
Method Detail

update

public void update(NMLFormatConverter nml_fc)