ChainShape:getPoints

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

Returns all points of the shape.

Function

Synopsis

x1, y1, x2, x2, ... = ChainShape:getPoints( )

Arguments

number index
The index of the point to return.

Returns

number x1
The x-coordinate of the first point.
number y1
The y-coordinate of the first point.
number x1
The x-coordinate of the second point.
number y1
The y-coordinate of the second point.

See Also


Other Languages