标签:style blog http 2014 line amp log ef
1.矩形
C# 判断语法
(n1.x<w1.x && n1.y<w1.y) &&
(n2.x>w1.x && n2.y<w1.y) &&
(n3.x<w1.x && n3.y>w1.y) &&
(n4.x>w1.x && n4.y>w1.y)
2.三角形
三角型里面:三个面积之和=三角型面积
三角型外面: 三个面积之和>三角型面积
3.圆形
圆形里面:m2圆形半径>m1长度
圆形里面:m1长度>m2圆形半径
标签:style blog http 2014 line amp log ef
原文地址:http://www.cnblogs.com/kfsmqoo/p/3905004.html