已知A点(Row1,Col1) 与角度(Phi), 还有C(HalfHeigh)的长度
求B点如下
dCol:=HalfHeigh*sin(Phi)
dRow:=HalfHeigh*cos(Phi)
gen_region_line (RegionLines,Row2, Column2, Row2+dRow, Column2+dCol)
B点(Row2+dRow, Column2+dCol)
标签:Row2,三角函数,dRow,Phi,dCol,HalfHeigh,Column2
来源: https://www.cnblogs.com/dingyd/p/12943689.html