Contents

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 CGAffineTransform structure.

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.

See Also

Creating a Vector