rcs.posemath
Class PM_LINE

java.lang.Object
  extended by rcs.posemath.PM_LINE

public class PM_LINE
extends java.lang.Object


Field Summary
 PM_CARTESIAN end
           
 PM_CARTESIAN start
           
 PM_CARTESIAN uVec
           
 
Constructor Summary
PM_LINE()
           
 
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

start

public PM_CARTESIAN start

end

public PM_CARTESIAN end

uVec

public PM_CARTESIAN uVec
Constructor Detail

PM_LINE

public PM_LINE()
Method Detail

update

public void update(NMLFormatConverter nml_fc)