init(x:)
Initialize a Core Image vector object with one value.
Declaration
convenience init(x: CGFloat)Parameters
- x:
The value for the first position in the vector.
Return Value
An initialized CIVector object of length 1.
Initialize a Core Image vector object with one value.
convenience init(x: CGFloat)The value for the first position in the vector.
An initialized CIVector object of length 1.