I seem to be unable to tell this computer to calculate the crossing- points of circles. I have the centreposition and radius of the circles calculated, now I need to claculate the crossings.
I know I have to use to formula Radius=SQR( (x+CenterX)^2 +(y+Centery)^2). But whow would I do that in code??

I know I'm getting stupid, but........