Fawkes API
Fawkes Development Version
|
A pixel point is a 2d point with positive X and Y coords. More...
Public Member Functions | |
PixelPoint (int x, int y) | |
Constructor. | |
PixelPoint | rotate (PolarAngle rotate_phi) const |
Rotates the vector to the point counter-clockwise and returns the vector to the point. |
A pixel point is a 2d point with positive X and Y coords.
firevision::MirrorCalibTool::PixelPoint::PixelPoint | ( | int | x, |
int | y | ||
) | [inline] |
PixelPoint firevision::MirrorCalibTool::PixelPoint::rotate | ( | PolarAngle | rotate_phi | ) | const [inline] |
Rotates the vector to the point counter-clockwise and returns the vector to the point.
rotate_phi | Angle. |
Definition at line 303 of file mirror_calib.cpp.