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

== Function ==
=== Synopsis ===
<source lang="lua">
transform = Transform:translate( dx, dy )
</source>
=== Arguments ===
{{param|number|dx|The relative translation along the x-axis.}}
{{param|number|dy|The relative translation along the y-axis.}}
=== Returns ===
{{param|Transform|transform|The Transform object the method was called on. Allows easily chaining Transform methods.}}

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