|
|||||||||
| Home >> All >> rcs >> [ posemath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
rcs.posemath
Class PmCircle

java.lang.Objectrcs.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(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 |
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(rcs.nml.NMLFormatConverter nml_fc)
|
|||||||||
| Home >> All >> rcs >> [ posemath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
rcs.posemath.PmCircle