mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-26 21:40:44 +00:00
4 lines
176 B
Objective-C
4 lines
176 B
Objective-C
#import <QuartzCore/CATransform3D.h>
|
|
|
|
const CATransform3D CATransform3DIdentity = {1, 0, 0, 0, 0, 1, 0, 0,
|
|
0, 0, 1, 0, 0, 0, 0, 1}; |