摘要: typedef struct point { double x, y; }point; //给定两个点 point a(x1,y1),b(x2,y2); 使用反三角函数atan求斜率,原型如下 float atan( float arg ); double atan( double arg ); l 阅读全文
posted @ 2018-07-17 21:36 Chasssser 阅读(1441) 评论(1) 推荐(0) 编辑