Add new rotation shift values to existing shift values
FwStatus | fwiAddRotateShift | ( | double xCenter, double yCenter, double angle, double* xShift, double* yShift ); |
angle | Specifies the rotation angle in degrees, counterclockwise. | |
xCenter | X coordinate of center. | |
xShift | Shift value for X axis direction. | |
yCenter | Y coordinate of center. | |
yShift | Shift value for Y axis direction. |
This function adds specified shift values to existing shift values for the RotateCenter functions.