www.emgu.com/wiki
Calculates rotation matrix

Declaration Syntax

Parameters
- center (PointF)
- Center of the rotation in the source image.
- angle (Double)
- The rotation angle in degrees. Positive values mean couter-clockwise rotation (the coordiate origin is assumed at top-left corner).
- scale (Double)
- Isotropic scale factor
- mapMatrix (IntPtr)
- Pointer to the destination 2x3 matrix

Return Value
Pointer to the destination 2x3 matrix
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)