InterviewSolution
Saved Bookmarks
| 1. |
Define Circle? |
|
Answer» Circle is DEFINED by its center XC, YC and its radius in user coordinate units. The equation of the circle is (x-xc) + (yyc)= R2. Circle is defined by its center xc, yc and its radius in user coordinate units. The equation of the circle is (x-xc) + (yyc)= r2. |
|