java.lang.Objectrcs.posemath.PM_XYA
public class PM_XYA
| Field Summary | |
|---|---|
double |
a
|
double |
x
|
double |
y
|
| Constructor Summary | |
|---|---|
PM_XYA()
|
|
PM_XYA(double _x,
double _y,
double _a)
|
|
PM_XYA(PM_POSE p)
|
|
PM_XYA(PmPose p)
|
|
| Method Summary | |
|---|---|
PM_XYA |
clone()
|
PM_XYA |
inv()
|
void |
update(NMLFormatConverter nml_fc)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double x
public double y
public double a
| Constructor Detail |
|---|
public PM_XYA(double _x,
double _y,
double _a)
public PM_XYA()
public PM_XYA(PmPose p)
throws PmException
PmException
public PM_XYA(PM_POSE p)
throws PmException
PmException| Method Detail |
|---|
public PM_XYA inv()
public PM_XYA clone()
clone in class java.lang.Objectpublic void update(NMLFormatConverter nml_fc)