Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 488 Bytes

CGAffineTransform.md

File metadata and controls

17 lines (16 loc) · 488 Bytes

api

  • CGAffineTransformMake
  • CGAffineTransformMakeTranslation
  • CGAffineTransformMakeScale
  • CGAffineTransformMakeRotation
  • CGAffineTransformIsIdentity
  • CGAffineTransformTranslate
  • CGAffineTransformScale
  • CGAffineTransformRotate
  • CGAffineTransformInvert
  • CGAffineTransformConcat
  • CGAffineTransformEqualToTransform
  • CGPointApplyAffineTransform
  • CGSizeApplyAffineTransform

rotate

unlike apple always rotate thing in clockwise, this sdk rotate thing in counter clockwise.