java.lang.Objectrcs.posemath.PmEulerZyz
public class PmEulerZyz
| Field Summary | |
|---|---|
double |
y
|
double |
z
|
double |
zp
|
| Constructor Summary | |
|---|---|
PmEulerZyz()
|
|
PmEulerZyz(double startz,
double starty,
double startzp)
|
|
| Method Summary | |
|---|---|
void |
update(NMLFormatConverter nml_fc)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double z
public double y
public double zp
| Constructor Detail |
|---|
public PmEulerZyz(double startz,
double starty,
double startzp)
public PmEulerZyz()
| Method Detail |
|---|
public void update(NMLFormatConverter nml_fc)