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
-
x
-
-
y
-
-
z
-
-
PmCartesian()
-
-
PmCartesian(double, double, double)
-
-
equals(PmCartesian)
-
-
equals(PmCylindrical)
-
-
equals(PmSpherical)
-
-
toString()
-
-
update(NMLFormatConverter)
-
x
public double x
y
public double y
z
public double z
PmCartesian
public PmCartesian()
PmCartesian
public PmCartesian(double startx,
double starty,
double startz)
update
public void update(NMLFormatConverter nml_fc)
equals
public boolean equals(PmCartesian v) throws PmException
equals
public boolean equals(PmCylindrical c) 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