2015年11月3日
摘要: CGAffineTransform是二维的仿射变换,可以进行位移,旋转,缩放,CGAffineTransform实际上是一个矩阵。CGAffineTransform { CGFloat a, b, c, d; CGFloat tx, ty;};对证的矩阵:|a, b, 0||c, d, 0||t... 阅读全文
posted @ 2015-11-03 13:53 不敢告诉她 阅读(991) 评论(0) 推荐(0)