vectorWithCGAffineTransform:
Create a Core Image vector object that is initialized with six values provided by a CGAffineTransform structure.
Declaration
+ (instancetype) vectorWithCGAffineTransform:(CGAffineTransform) t;Parameters
- t:
The
CGAffineTransformstructure.
Return Value
An autoreleased CIVector object of length 6.
Discussion
The CGAffineTransform structure’s a, b, c, d, tx and ty values are stored in the vector’s six values.