Difference between revisions of "Transform:inverse"

(Created page)
 
m
Line 1: Line 1:
 
{{newin|[[0.11.0]]|110|type=function}}
 
{{newin|[[0.11.0]]|110|type=function}}
Computes the inverse of this Transform.
+
Creates a new Transform containing the inverse of this Transform.
  
 
== Function ==
 
== Function ==
Line 15: Line 15:
 
* [[parent::Transform]]
 
* [[parent::Transform]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Computes the inverse of this Transform.}}
+
{{#set:Description=Creates a new Transform containing the inverse of this Transform.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Transform:inverse}}
 
{{i18n|Transform:inverse}}

Revision as of 17:31, 27 January 2018

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

Creates a new Transform containing the inverse of this Transform.

Function

Synopsis

inverse = Transform:inverse( )

Arguments

None

Returns

Transform inverse
A new Transform object representing the inverse of this Transform's matrix.

See Also

Other Languages