rcs.posemath
Class PM_ROTATION_VECTOR

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

public class PM_ROTATION_VECTOR
extends PmRotationVector
implements java.lang.Cloneable


Field Summary
 
Fields inherited from class rcs.posemath.PmRotationVector
s, x, y, z
 
Constructor Summary
PM_ROTATION_VECTOR()
           
PM_ROTATION_VECTOR(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
 

Constructor Detail

PM_ROTATION_VECTOR

public PM_ROTATION_VECTOR()

PM_ROTATION_VECTOR

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

update

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

clone

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