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

Quick Search    Search Deep

rcs.posemath
Class PM_ROTATION_VECTOR  view PM_ROTATION_VECTOR download PM_ROTATION_VECTOR.java

java.lang.Object
  extended byrcs.posemath.PmRotationVector
      extended byrcs.posemath.PM_ROTATION_VECTOR

public class PM_ROTATION_VECTOR
extends PmRotationVector


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
 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
 

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
Method Detail

update

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