Jun 28, 2014 at 10:27pm
On line 29 you do create a bool
from x
and y
with the expression (x*x + y*y) <= 1
The function PointsInCircle
presumably creates a bool
from x
and y
.
Jun 28, 2014 at 10:46pm
Edit: Nevermind, I've figured it all out. Thank you to everyone for their help.
Last edited on Jun 28, 2014 at 11:03pm
Jun 29, 2014 at 12:44am
Why remove your posts? This thread could have been helpful for someone else running into the same issue you did.