SFML.Net
TransformRotate Method |

Name | Description | |
---|---|---|
![]() |
Rotate(Single) |
Combine the current transform with a rotation.
|
![]() |
Rotate(Single, Vector2f) |
Combine the current transform with a rotation.
The center of rotation is provided for convenience as a second
argument, so that you can build rotations around arbitrary points
more easily (and efficiently) than the usual
Translate(-center); Rotate(angle); Translate(center).
|
![]() |
Rotate(Single, Single, Single) |
Combine the current transform with a rotation.
The center of rotation is provided for convenience as a second
argument, so that you can build rotations around arbitrary points
more easily (and efficiently) than the usual
Translate(-center); Rotate(angle); Translate(center).
|
