rcs.posemath
Class PM_CIRCLE

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

public class PM_CIRCLE
extends java.lang.Object


Field Summary
 double angle
           
 PM_CARTESIAN center
           
 PM_CARTESIAN normal
           
 double radius
           
 PM_CARTESIAN rHelix
           
 PM_CARTESIAN rPerp
           
 PM_CARTESIAN rTan
           
 double spiral
           
 
Constructor Summary
PM_CIRCLE()
           
 
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

center

public PM_CARTESIAN center

normal

public PM_CARTESIAN normal

rTan

public PM_CARTESIAN rTan

rPerp

public PM_CARTESIAN rPerp

rHelix

public PM_CARTESIAN rHelix

radius

public double radius

angle

public double angle

spiral

public double spiral
Constructor Detail

PM_CIRCLE

public PM_CIRCLE()
Method Detail

update

public void update(NMLFormatConverter nml_fc)