vectorWithX:
Create a Core Image vector object that is initialized with one value.
Declaration
+ (instancetype) vectorWithX:(CGFloat) x;Parameters
- x:
The value for the first position in the vector.
Return Value
An autoreleased CIVector object of length 1.