All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class rcs.posemath.PmCylindrical

java.lang.Object
   |
   +----rcs.posemath.PmCylindrical

public class PmCylindrical
extends Object

Variable Index

 o r
 o theta
 o z

Method Index

 o equals(PmCartesian)
 o equals(PmCylindrical)
 o equals(PmSpherical)
 o toString()
 o update(NMLFormatConverter)

Variables

 o theta
 public double theta
 o r
 public double r
 o z
 public double z

Methods

 o update
 public void update(NMLFormatConverter nml_fc)
 o equals
 public boolean equals(PmCylindrical c) throws PmException
 o equals
 public boolean equals(PmCartesian v) throws PmException
 o equals
 public boolean equals(PmSpherical s) throws PmException
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index