Wednesday, August 10, 2011

Computer programming in c?

Rather simple. Since you have the radius and center coordinates you can use the formula that tells you the distance from point to point. AB equals square root from x^2+y^2. The distance has to be less then the radius. You figure the coding

No comments:

Post a Comment