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

Quick Search    Search Deep

rcs.posemath
Class PmLine  view PmLine download PmLine.java

java.lang.Object
  extended byrcs.posemath.PmLine

public class PmLine
extends java.lang.Object


Field Summary
 PmPose end
           
 PmPose start
           
 PmCartesian uVec
           
 
Constructor Summary
PmLine()
           
 
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

start

public PmPose start

end

public PmPose end

uVec

public PmCartesian uVec
Constructor Detail

PmLine

public PmLine()
Method Detail

update

public void update(rcs.nml.NMLFormatConverter nml_fc)