Shape:getBoundingBox
Removed in LÖVE 0.8.0 This function is not supported in that and later versions. Gets the bounding box of the shape. This function can be used in a nested fashion with love.graphics.polygon. Function Synopsis A bounding box is the smallest rectangle that encapsulates the entire polygon. x1, y1, x2, y2, x3, y3, x4, y4 = Shape:getBoundingBox( ) Vertexes are returned starting from the bottom-left in a clockwise fashion (bottom-left, top-left, top-right, bottom-right). A