已知两点p1,p2,如何求直线p1p2的斜率啊
问题描述:
已知两点p1,p2,如何求直线p1p2的斜率啊
答
一楼正解
答
给你个简单点的公式= =
(y2-y1)/(x2-x1)=斜率值
其中2点可以对换,得到值相同
答
k=(y2-y1)/(x2-x1)