Zero Lee的专栏

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


posted on 2007-05-09 10:25 Zero Lee 阅读(1036) 评论(4)  编辑 收藏 引用 所属分类: CC++ Programming

评论

# re: 求N个三角形的最大最小内切圆的方法 2007-05-09 12:18 深蓝色的音符

不错,收下先!  回复  更多评论   

# re: 求N个三角形的最大最小内切圆的方法 2007-05-10 12:10 许可

的确不错
先拿下``呵呵  回复  更多评论   

# re: 求N个三角形的最大最小内切圆的方法 2007-05-10 14:26 zenith

俺也不客气了,多谢!  回复  更多评论   

# re: 求N个三角形的最大最小内切圆的方法 2007-05-12 10:00 pass86

下下来看看,速度太慢。  回复  更多评论   


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理