rcs.posemath
Class PmEulerZyx

java.lang.Object
  extended by rcs.posemath.PmEulerZyx
Direct Known Subclasses:
PM_EULER_ZYX

public class PmEulerZyx
extends java.lang.Object


Field Summary
 double x
           
 double y
           
 double z
           
 
Constructor Summary
PmEulerZyx()
           
PmEulerZyx(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
 

Field Detail

z

public double z

y

public double y

x

public double x
Constructor Detail

PmEulerZyx

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

PmEulerZyx

public PmEulerZyx()
Method Detail

update

public void update(NMLFormatConverter nml_fc)