Difference between revisions of "Geometry:flip"

(Created page with "{{newin|0.9.0|090|type=function}} Flip the vertex coordinates along a specified axis. == Function == === Synopsis === <source lang="lua"> Geometry:flip( x, y ) </source> ===...")
(No difference)

Revision as of 19:58, 25 April 2013

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

Flip the vertex coordinates along a specified axis.

Function

Synopsis

Geometry:flip( x, y )

Arguments

boolean x
True if you want to flip along the x axis.
boolean y
True if you want to flip along the x axis.

Returns

Nothing.

See Also

Other Languages