Difference between revisions of "love.graphics.shear"

(Added love.graphics.shear.)
 
m
Line 16: Line 16:
 
{{#set:Description=Shears the coordinate system.}}
 
{{#set:Description=Shears the coordinate system.}}
 
{{#set:Since=080}}
 
{{#set:Since=080}}
 +
{{#set:Sub-Category=Coordinate System}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.shear}}
 
{{i18n|love.graphics.shear}}

Revision as of 00:33, 29 March 2013

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

Shears the coordinate system.

Function

Synopsis

love.graphics.shear( kx, ky )

Arguments

number kx
The shear factor on the x-axis.
number ky
The shear factor on the y-axis.

Returns

Nothing.

See Also


Other Languages