Leaper WaferScan Toolkit
中文 / English 2.x
LCalibRotation Class Reference
Inheritance diagram for LCalibRotation:
ILCalibRotation ILObject

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 ()
 
ILPointGetRotCenter ()
 
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
ILObjectCopy ()
 
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.
.
 

Detailed Description

This class implements the interface ILCalibRotation, and is used to create an instance of rotation calibration tool.