{{newin|[[11.0]]|110|type=function}}
Applies a rotation to the Transform's coordinate system. This method does not reset any previously applied transformations.

== Function ==
=== Synopsis ===
<source lang="lua">
transform = Transform:rotate( angle )
</source>
=== Arguments ===
{{param|number|angle|The relative angle in radians to rotate this Transform by.}}
=== Returns ===
{{param|Transform|transform|The Transform object the method was called on. Allows easily chaining Transform methods.}}

== See Also ==
* [[parent::Transform]]
* [[Transform:reset]]
* [[Transform:translate]]
* [[Transform:scale]]
* [[Transform:shear]]
* [[Transform:setTransformation]]
[[Category:Functions]]
{{#set:Description=Applies a rotation to the Transform's coordinate system.}}
== Other Languages ==
{{i18n|Transform:rotate}}