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.
有没有办法从 CGAffineTransform 中提取旋转信息(仅,没有缩放/平移)信息?
我想将旋转应用于另一个对象,但不设置平移/缩放。
我认为您不能提取函数中使用的值并直接在其他函数中引用它们。
您可以做的是CGFloat angle在任何函数之外定义一个结构,并在需要旋转变换的相同值时重用它。
CGFloat angle