rcs.posemath
Class PmRotationVector

java.lang.Object
  extended by rcs.posemath.PmRotationVector
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
PM_ROTATION_VECTOR

public class PmRotationVector
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
 double s
           
 double x
           
 double y
           
 double z
           
 
Constructor Summary
PmRotationVector()
           
PmRotationVector(double starts, double startx, double starty, double startz)
           
 
Method Summary
 java.lang.Object clone()
           
 void update(NMLFormatConverter nml_fc)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

public double s

x

public double x

y

public double y

z

public double z
Constructor Detail

PmRotationVector

public PmRotationVector()

PmRotationVector

public PmRotationVector(double starts,
                        double startx,
                        double starty,
                        double startz)
                 throws PmException
Throws:
PmException
Method Detail

update

public void update(NMLFormatConverter nml_fc)

clone

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