gpt4 book ai didi

actionscript-3 - atan2函数和轴方向

转载 作者:行者123 更新时间:2023-12-04 20:55:30 26 4
gpt4 key购买 nike

this ActionScript referenceatan2 函数上,它显示为:

Computes and returns the angle of the point y/x in radians, when measured counterclockwise from a circle's x axis (where 0,0 represents the center of the circle). The return value is between positive pi and negative pi. Note that the first parameter to atan2 is always the y coordinate.

例如

Math.atan2(0.7071, -0.7071)

(注意第一个参数是Y坐标)返回2.356,为正Pi*3/4。

但在 Flash 图形中,Y 轴向下而不是向上。不应该是“顺时针”吗?

最佳答案

这是对 atan2 函数在所有编程语言中的作用的一般描述。

话虽如此,您确实必须放置 atan(-dy,dx) 以获得屏幕坐标中的逆时针角度,或放置 atan2(dx,dy) 以获得指向上方的零角度。

关于actionscript-3 - atan2函数和轴方向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24065283/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com