处理PVector heading()公式

时间:2018-01-01 14:10:54

标签: vector processing

有人知道Processing在PVector heading()中使用的公式吗? PVector::heading

非常感谢

1 个答案:

答案 0 :(得分:2)

its implementation中,它使用arctan函数。角度的正切是相对边和相邻边的长度(y / x)的比率,arctan是切线的反函数,即,它返回切线为(y / x)的角度。 / p>