Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要以弧度表示角度。我有:
CGFloat angle = asin(myImage.transform.b);
这似乎不起作用。我需要随时提取“myImage”的角度。我将如何提取这个?
CGF浮动角度 = atan2(card.transform.b, card.transform.a);
这样做。