rcs.posemath
Class PmCircle

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

public class PmCircle
extends java.lang.Object


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

normal

public PmCartesian normal

rTan

public PmCartesian rTan

rPerp

public PmCartesian rPerp

rHelix

public PmCartesian rHelix

radius

public double radius

angle

public double angle

spiral

public double spiral
Constructor Detail

PmCircle

public PmCircle()
Method Detail

update

public void update(NMLFormatConverter nml_fc)