Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

rcs.posemath
Class PmEulerZyx  view PmEulerZyx download PmEulerZyx.java

java.lang.Object
  extended byrcs.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(rcs.nml.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(rcs.nml.NMLFormatConverter nml_fc)