C判断一个点在三角形上
创始人
2025-01-07 21:05:42
0
 背景

鼠标操作时,经常要判断是否命中显示控件,特开发此算法快速判断。

原理

三角形三等分点定理是指在任意三角形ABC中,可以找到三个点D、E和F,使得线段AD、BE和CF均等分三角形ABC。 这意味着三个等分点分别位于三个边界上,并且每个等分点都将三角形划分为等面积部分。

代码
#include  #include   // 点 typedef struct {     float x;     float y; } *Point;  // 直线距离 float distance(Point a, Point b) {     return sqrt((b->x - a->x) * (b->x - a->x) + (b->y - a->y) * (b->y - a->y)); }  // 三角形面积 float area(Point a, Point b, Point c) {     float ab = distance(a, b);     float ac = distance(a, c);     float bc = distance(b, c);     return 0.5 * sqrt(4 * ab * ab * ac * ac - (ab * ab + ac * ac - bc * bc) * (ab * ab + ac * ac - bc * bc)); }  // 判断点是否在三角形上 _Bool isPtOn(Point a, Point b, Point c, Point pt) {     float triangleArea = area(a, b, c);       float splitTriangle1 = area(a, b, pt);     float splitTriangle2 = area(a, c, pt);     float splitTriangle3 = area(b, c, pt);     return (splitTriangle1 + splitTriangle2 + splitTriangle3 == triangleArea); }  int main(int argc, char **argv) {     Point a = malloc(sizeof(float) * 2);     a->x = -5;     a->y = 0;     Point b = malloc(sizeof(float) * 2);     b->x = 0;     b->y = 5;     Point c = malloc(sizeof(float) * 2);     c->x = 5;     c->y = 0;          // 在三角形上     Point d = malloc(sizeof(float) * 2);     d->x = 0;     d->y = 1;     _Bool ret = isPtOn(a, b, c, d); 	printf("%d\n", ret); 	 	// 不在三角形上     d->x = 0;     d->y = -1; 	ret = isPtOn(a, b, c, d); 	printf("%d\n", ret); }
输出
1 0
扩展

如何判断在矩形,任意多边形上?(提示:计算多边形面积是等于点切割多边形面积和)

C双指针元素去重-CSDN博客

Qt 判断一个点是否落在三角形内(算法)_qt判断一个点在三角形内-CSDN博客


创作不易,小小的支持一下吧!

相关内容

热门资讯

透视演示!hhpoker脚本,... 透视演示!hhpoker脚本,hhpoker德州有挂吗(透视)都是有透视脚本(哔哩哔哩)1、hhpo...
透视攻略!aapoker透视脚... 透视攻略!aapoker透视脚本(透视)aapoker透视怎么用(总是是真的有脚本)-哔哩哔哩1)a...
第6分钟辅助!微乐小程序黑科技... 第6分钟辅助!微乐小程序黑科技,微乐自建房辅助可信吗(都是是有外挂辅助器)-哔哩哔哩亲,关键说明,微...
透视阶段!wejoker辅助器... 透视阶段!wejoker辅助器怎么卖(透视)开挂透视软件(哔哩哔哩)wejoker辅助器怎么卖是不是...
透视方针!wpk透视是真的吗,... 透视方针!wpk透视是真的吗,wpk私人局辅助是真的吗(透视)确实是有透视插件(哔哩哔哩)1)wpk...
透视神器!wepoker私人局... 透视神器!wepoker私人局外卦(透视)we poker辅助器下载(其实一直总是有辅助器)-哔哩哔...
第6分钟辅助!微乐自建房插件如... 第6分钟辅助!微乐自建房插件如何安装,微乐家乡辅助app免费(切实存在有外挂下载)-哔哩哔哩运辅助工...
透视阶段!hhpoker辅助软... 透视阶段!hhpoker辅助软件下载(透视)开挂透视下载(哔哩哔哩)暗藏猫腻,小编详细说明hhpok...
透视模板!哈糖大菠萝辅助器,w... 透视模板!哈糖大菠萝辅助器,werplan辅助软件(透视)总是有脚本工具(哔哩哔哩)哈糖大菠萝辅助器...
透视app!wepoker买脚... 透视app!wepoker买脚本靠谱吗(透视)wepoker底牌透视脚本(本来真的有透视)-哔哩哔哩...