码迷,mamicode.com
首页 > 其他好文 > 详细

线-小结

时间:2020-05-22 15:37:23      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:section   reg   over   lin   region   小结   osi   line   中心   

1条线时
*求线的中心点&长度/角度:
line_position (Row1, Column1, Row2, Column2, RowCenter, ColCenter, Length, Phi2) //求线的中心点,长度,角度(角度准确性存疑)
求角度
angle_lx (Row1, Column1, Row2, Column2, Angle) //
line_orientation (Row1, Column1, Row2, Column2, Phi) //求角度
gen_region_line (RegionLines, Row1, Column1, Row2, Column2)
orientation_region (RegionLines, Phi1)

2条线时
*求2线的交点 :
intersection_lines( Row1, Column1, Row2, Column2,Row11, Column11, Row21, Column21, Row, Column, IsOverlapping)
*求2条线的夹角:
angle_ll (Row1, Column1, Row2, Column2, Row11, Column11, Row21, Column21, Angle1) //求2条线的角度

线-小结

标签:section   reg   over   lin   region   小结   osi   line   中心   

原文地址:https://www.cnblogs.com/dingyd/p/12937428.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!