Normal of segment of two 2D vectors in python?

前端 未结 0 1454
粉色の甜心
粉色の甜心 2020-12-07 20:01

with two input vectors, how do I program the normal vector perpendicular to the line (x1,y1) to (x2,y2) in python. I\'ve tried messing about with for x,y in zip(P,Q)

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