Additional Inherited Members | |
Public Member Functions inherited from ILCalibRotation | |
void | AddRotPoint (double pntX, double pntY, double angle) |
void | AddRotPointPair (double pntX1, double pntY1, double pntX2, double pntY2, double angle) |
void | Align (double pntX1, double pntY1, double pntX2, double pntY2, double *dx, double *dy, double *da) |
void | AlignTo (double pntX1, double pntY1, double pntX2, double pntY2, double aimPointX1, double aimPointY1, double aimPointX2, double aimPointY2, double *dx, double *dy, double *da) |
LPVErrorCode | Calibrate () |
ILPoint * | GetRotCenter () |
BOOL | IsCalibrated () |
void | SetAim (double aimPointX1, double aimPointY1, double aimPointX2, double aimPointY2) |
void | Transform (double pntX, double pntY, double dx, double dy, double da, double *newX, double *newY) |
Public Member Functions inherited from ILObject | |
ILObject * | Copy () |
LPVErrorCode | Load (LString filename) |
void | Reset () |
LPVErrorCode | Save (LString filename) |
BOOL | Valid () |
Properties inherited from ILCalibRotation | |
BOOL | TranslationOnRotation [get, set] |
Whether the translation platform is dependent on the rotation platform. By default, it's off. If yes, then the rotation drives and changes the coordinates of translation platform, affect its translation direction in physical world. . | |
Properties inherited from ILObject | |
LString | Name [get, set] |
Name of the object. By default, the object has no name. In most cases, LPV classes don't make use of the names. The name is drawn on canvas around the object if ILDrawable::SetDrawName() is enabled. More... | |
This class implements the interface ILCalibRotation, and is used to create an instance of rotation calibration tool.