AddRotateShift

Add new rotation shift values to existing shift values

Synopsis

FwStatus   fwiAddRotateShift ( double xCenterdouble yCenterdouble angledouble* xShiftdouble* yShift );

Parameters

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.

Description

This function adds specified shift values to existing shift values for the RotateCenter functions.