Contents

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.

See Also

Initializing a Vector