Function
love.physics.newCircleShape( body, x, y, radius )
Create a new CircleShape at (x,y) in local coordinates.
Synopsis
shape = love.physics.newCircleShape( body, x, y, radius )
Parameters
body Body The body to attach the shape to.
x number The x offset of the circle.
y number The y offset of the circle.
radius number The radius of the circle.
Returns
shape CircleShape A new CircleShape.
Copyright © 2006-2010 LÖVE Development Team.