All Packages Class Hierarchy This Package Previous Next Index
Class rcs.posemath.PmCylindrical
java.lang.Object
|
+----rcs.posemath.PmCylindrical
- public class PmCylindrical
- extends Object
-
r
-
-
theta
-
-
z
-
-
equals(PmCartesian)
-
-
equals(PmCylindrical)
-
-
equals(PmSpherical)
-
-
toString()
-
-
update(NMLFormatConverter)
-
theta
public double theta
r
public double r
z
public double z
update
public void update(NMLFormatConverter nml_fc)
equals
public boolean equals(PmCylindrical c) throws PmException
equals
public boolean equals(PmCartesian v) throws PmException
equals
public boolean equals(PmSpherical s) throws PmException
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index