Contents

init(values:count:)

Initialize a Core Image vector object with the specified the values.

Declaration

init(values: UnsafePointer<CGFloat>, count: Int)

Parameters

  • values:

    A pointer CGFloat values for vector.

  • count:

    The number of CGFloats specified by the values parameter.

Return Value

An initialized CIVector object of length count.

See Also

Initializing a Vector