|
|||||||||
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 kaos.robots.util.PTZPose
public class PTZPose
Field Summary |
---|
Fields inherited from class kaos.robots.util.Coordinate |
---|
CENTIMETER, FOOT, INCH, KILOMETER, METER, MILE, MILLIMETER, PIXEL |
Constructor Summary | |
---|---|
PTZPose(double roll,
double pitch,
double yaw,
double zoom)
|
Method Summary | |
---|---|
double |
getZoom()
|
java.lang.String |
toString()
|
Methods inherited from class kaos.robots.util.Pose |
---|
getPitch, getRoll, getYaw |
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 PTZPose(double roll, double pitch, double yaw, double zoom)
Method Detail |
---|
public double getZoom()
public java.lang.String toString()
toString
in class Pose
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |