📜  两点之间的角度 - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:35.485000             🧑  作者: Mango

代码示例4
double angle = atan2(y2 - y1, x2 - x1) * 180 / PI;".