Feeds
已回答
Find the intersection of a square pixel with a closed 2D curve
Maybe this would have resolved your issue if you provide XC and YC as column vectors? P = InterX([sqx;sqy],[XC,YC]')
Find the intersection of a square pixel with a closed 2D curve
Maybe this would have resolved your issue if you provide XC and YC as column vectors? P = InterX([sqx;sqy],[XC,YC]')
6 years 前 | 0
已回答
Find the intersection of a square pixel with a closed 2D curve
Hope this will get you started in ~20 lines. It is along the lines of what you described. It can be slow if you use too many pix...
Find the intersection of a square pixel with a closed 2D curve
Hope this will get you started in ~20 lines. It is along the lines of what you described. It can be slow if you use too many pix...
6 years 前 | 0