Slide 11
Slide 11 text
3D Transforms Combination
● CATransform3DIdentity
○ A 4x4 identity matrix
● Rotation
○ CATransform3DRotate(CATransform3D t, CGFloat
angle, CGFloat x, CGFloat y, CGFloat z)
● Scale
○ CATransform3DScale(CATransform3D t, CGFloat
sx, CGFloat sy, CGFloat sz)
● Translation
○ CATransform3DTranslate(CATransform3D t,
CGFloat tx, CGFloat ty, CGFloat tz)