1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_graphics_max2d_setrotation:
- ===========
- SetRotation
- ===========
- SetRotation -
- Description
- ===========
- .. code-block:: blitzmax
- SetRotation( rotation# )
- Set current rotation
- @rotation is given in degrees and should be in the range 0 to 360.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|