N个点组成的三角形的最大和最小内切圆程序

N个点组成的三角形的最大和最小内切圆程序

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


你可能感兴趣的:(N个点组成的三角形的最大和最小内切圆程序)