Transform:isAffine2DTransform

Available since LÖVE 11.0
This function is not supported in earlier versions.

Checks whetever the transformation only consist of affine transformation.

O.png Please fix the language then remove this notice afterwards.  


Function

Synopsis

affine = Transform:isAffine2DTransform()

Arguments

None.

Returns

boolean affine
true if the transform object only consist of affine transformation, false otherwise.

See Also

Other Languages