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
.
Edit: Nevermind, I've figured it all out. Thank you to everyone for their help.
Last edited on
Why remove your posts? This thread could have been helpful for someone else running into the same issue you did.