java.lang.Objectrcs.posemath.PmCylindrical
public class PmCylindrical
| Field Summary | |
|---|---|
double |
r
|
double |
theta
|
double |
z
|
| Method Summary | |
|---|---|
boolean |
equals(PmCartesian v)
|
boolean |
equals(PmCylindrical c)
|
boolean |
equals(PmSpherical s)
|
java.lang.String |
toString()
|
void |
update(NMLFormatConverter nml_fc)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public double theta
public double r
public double z
| Method Detail |
|---|
public void update(NMLFormatConverter nml_fc)
public boolean equals(PmCylindrical c)
throws PmException
PmException
public boolean equals(PmCartesian v)
throws PmException
PmException
public boolean equals(PmSpherical s)
throws PmException
PmExceptionpublic java.lang.String toString()
toString in class java.lang.Object