{{newin|[[11.0]]|110|type=function}}
Applies the given other Transform object to this one.

This effectively multiplies this Transform's internal transformation matrix with the other Transform's (i.e. <code>self * other</code>), and stores the result in this object.

== Function ==
=== Synopsis ===
<source lang="lua">
transform = Transform:apply( other )
</source>
=== Arguments ===
{{param|Transform|other|The other Transform object to apply to this Transform.}}
=== Returns ===
{{param|Transform|transform|The Transform object the method was called on. Allows easily chaining Transform methods.}}

== See Also ==
* [[parent::Transform]]
[[Category:Functions]]
{{#set:Description=Applies the given other Transform object to this one.}}
== Other Languages ==
{{i18n|Transform:apply}}