|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.robots.util.Coordinate kaos.robots.util.Pose
public class Pose
Field Summary |
---|
Fields inherited from class kaos.robots.util.Coordinate |
---|
CENTIMETER, FOOT, INCH, KILOMETER, METER, MILE, MILLIMETER, PIXEL |
Constructor Summary | |
---|---|
Pose(double roll,
double pitch,
double yaw)
|
|
Pose(double x,
double y,
double th,
int unit)
|
Method Summary | |
---|---|
double |
getPitch()
|
double |
getRoll()
|
double |
getYaw()
|
java.lang.String |
toString()
|
Methods inherited from class kaos.robots.util.Coordinate |
---|
getUnit, getX, getY, getZ, setX, setY, setZ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Pose(double x, double y, double th, int unit)
public Pose(double roll, double pitch, double yaw)
Method Detail |
---|
public double getRoll()
public double getPitch()
public double getYaw()
public java.lang.String toString()
toString
in class Coordinate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |