center
| baba (1) | |||
| write a c++ program to find the centre of a circle passing through 3 given points Ex. Input: (0,1),(0,-1),(1,0) OUTPUT: (0,0) | |||
| jsmith (958) | |||
| Why? | |||
| melkiy (52) | |||
Maybe you would be satisfied with that an equation of a circle passing through points (x1,y1), (x2,y2), (x3,y3) is
| |||
| Zaita (1577) | |||
| http://www.cplusplus.com/forum/articles/1295/ | |||
This topic is archived - New replies not allowed.
