A cartesian point is a 2d point which can have negative X and Y coords.
More...
List of all members.
Additional Inherited Members |
const int | x |
| X coordinate.
|
const int | y |
| Y coordinate.
|
Detailed Description
A cartesian point is a 2d point which can have negative X and Y coords.
Definition at line 248 of file mirror_calib.cpp.
Constructor & Destructor Documentation
firevision::MirrorCalibTool::CartesianPoint::CartesianPoint |
( |
PolarAngle |
phi, |
|
|
PolarRadius |
length |
|
) |
| |
|
inline |
firevision::MirrorCalibTool::CartesianPoint::CartesianPoint |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
Member Function Documentation
CartesianPoint firevision::MirrorCalibTool::CartesianPoint::rotate |
( |
PolarAngle |
rotate_phi | ) |
const |
|
inline |
The documentation for this class was generated from the following file: