Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function cjrcle(r, x, y)
- for dtheta = math.pi, 0, -math.pi/512 do
- love.graphics.line(r*math.cos(dtheta) + x, r*math.sin(dtheta) + y, r*math.cos(-dtheta) + x, r*math.sin(-dtheta) + y)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement