Rotates this matrix about the specified point.
Syntax
Parameters
Parameter | Type | Description |
---|
angle | double | The angle, in degrees, to rotate this matrix. |
centerX | double | The x-coordinate of the point to rotate this matrix around. |
centerY | double | The y-coordinate of the point to rotate this matrix around. |
See Also