N個點組成的三角形的最大和最小內(nèi)切圓程序
Requirement:Given N coordinate point on the screen, need calculate the maximum and minimum incircles of those triangles from those N points.
If the radius of one incircle is longer, we say the incircle is bigger.
Change History:
Date: 2010.10.19
1. Improve max/min incircles calculation code;
2. No need keep previous calculated incircles, remove memory usage
Date: 2010.10.18
1. platform integrated to VS2008;
2. View/Doc mode to dialog based window;
3. Allow user to input any number of random point on the predefined screen;
4. Incrementally calculate incircle for new constructed triangles for the new point
posted on 2007-05-09 10:25 Zero Lee 閱讀(1086) 評論(4) 編輯 收藏 引用 所屬分類: CC++ Programming