rcs.posemath
Class PM_CARTESIAN
java.lang.Object
rcs.posemath.PmCartesian
rcs.posemath.PM_CARTESIAN
- All Implemented Interfaces:
- java.lang.Cloneable
public class PM_CARTESIAN
- extends PmCartesian
- implements java.lang.Cloneable
Methods inherited from class rcs.posemath.PmCartesian |
add, distFrom, equals, equals, equals, getX, getY, getZ, mag, setX, setY, setZ, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PM_CARTESIAN
public PM_CARTESIAN()
PM_CARTESIAN
public PM_CARTESIAN(PmCartesian p)
PM_CARTESIAN
public PM_CARTESIAN(double startx,
double starty,
double startz)
PM_CARTESIAN
public PM_CARTESIAN(PM_CYLINDRICAL c)
throws PmException
- Throws:
PmException
update
public void update(NMLFormatConverter nml_fc)
- Overrides:
update
in class PmCartesian
add
public PM_CARTESIAN add(PM_CARTESIAN c)
multiply
public PM_CARTESIAN multiply(double d)
- Overrides:
multiply
in class PmCartesian
distFrom
public double distFrom(PM_CARTESIAN p)
distFromXY
public double distFromXY(PM_CARTESIAN p)
clone
public PM_CARTESIAN clone()
- Overrides:
clone
in class PmCartesian
valueOf
public static PM_CARTESIAN valueOf(java.lang.String s)