C#中的Math.Atan2具体是什么意思,大神可以画图说明下么

2025-04-13 15:57:59
推荐回答(2个)
回答(1):

不是角度,是弧度,弧度=(Math.PI/180)*角度

回答(2):

http://msdn.microsoft.com/zh-cn/library/system.math.atan2(v=vs.110).aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-2