All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class rcs.posemath.PmCartesian

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

public class PmCartesian
extends Object
implements Cloneable

Variable Index

 o x
 o y
 o z

Constructor Index

 o PmCartesian()
 o PmCartesian(double, double, double)

Method Index

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

Variables

 o x
 public double x
 o y
 public double y
 o z
 public double z

Constructors

 o PmCartesian
 public PmCartesian()
 o PmCartesian
 public PmCartesian(double startx,
                    double starty,
                    double startz)

Methods

 o update
 public void update(NMLFormatConverter nml_fc)
 o equals
 public boolean equals(PmCartesian v) throws PmException
 o equals
 public boolean equals(PmCylindrical c) 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