Python find a point on a line at a specific distance from first point

前端 未结 0 854
悲&欢浪女
悲&欢浪女 2021-02-10 21:44

I have a line with (x1,y1) and (x2,y2) end points. My task is to find my points in between. I want to find a point (xnew,ynew) from (x1,y1) such that xnew is 0.1 units distance

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