Function
CircleShape:getBoundingBox( )
This function can be used in a nested fashion with love.graphics.polygon.
Synopsis
x1, y1, x2, y2, x3, y3, x4, y4 = CircleShape:getBoundingBox( )
Arguments
(None)
Returns
number The x-component of the first vertex.
number The y-component of the first vertex.
number The x-component of the second vertex.
number The y-component of the second vertex.
number The x-component of the third vertex.
number The y-component of the third vertex.
number The x-component of the fourth vertex.
number The y-component of the fourth vertex.
Copyright © 2006-2008 LÖVE Development Team.