{{newin|[[11.0]]|110|type=function}}
Checks whether the Transform is an affine transformation.

== Function ==
=== Synopsis ===
<source lang="lua">
affine = Transform:isAffine2DTransform()
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|affine|<code>true</code> if the transform object is an affine transformation, <code>false</code> otherwise.}}

== See Also ==
* [[parent::Transform]]

[[Category:Functions]]
{{#set:Description=Checks whether the Transform is an affine transformation.}}
== Other Languages ==
{{i18n|Transform:isAffine2DTransform}}