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.
|
| Point (int x, int y) |
| Constructor.
|
PolarRadius | length () const |
| Length of the vector the point.
|
PolarAngle | atan () const |
| Atan(y, x) of the point.
|
Point | operator= (const Point &p) |
| Assignment.
|
Additional Inherited Members |
const int | x |
| X coordinate.
|
const int | y |
| Y coordinate.
|
Detailed Description
A pixel point is a 2d point with positive X and Y coords.
Definition at line 287 of file mirror_calib.cpp.
Constructor & Destructor Documentation
firevision::MirrorCalibTool::PixelPoint::PixelPoint |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
Member Function Documentation
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.
- Parameters
-
- Returns
- Counter-clockwise rotated point.
Definition at line 303 of file mirror_calib.cpp.
The documentation for this class was generated from the following file: