rcs.posemath
Class PmRotationVector
java.lang.Object
rcs.posemath.PmRotationVector
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- PM_ROTATION_VECTOR
public class PmRotationVector
- extends java.lang.Object
- implements java.lang.Cloneable
Field Summary |
double |
s
|
double |
x
|
double |
y
|
double |
z
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
s
public double s
x
public double x
y
public double y
z
public double z
PmRotationVector
public PmRotationVector()
PmRotationVector
public PmRotationVector(double starts,
double startx,
double starty,
double startz)
throws PmException
- Throws:
PmException
update
public void update(NMLFormatConverter nml_fc)
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException