| void CBCGPTransformMatrix::CreateRotate | ( | double | a, |
| double | x, | ||
| double | y, | ||
| bool | store_point = true |
||
| ) |
Creates a rotate transformation matrix.
| a | Rotation angle. |
| x | Rotattion center horizontal position. |
| y | Rotation center vertical position. |
| store_point | Specifies whther the rotation center will be stored. |