How to find position of a point in curve, given its coordinates

前端 未结 0 879
北恋
北恋 2021-02-04 01:37

there!

Let\'s say we have two numpy arrays with coordinates x and y, which describe a 2D path:

array_x = [2,  3,  4,  5,  4,  3.5, 3,  2,  1, ]
array_y = [         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题