apply(_:to:)
Creates a point object that’s shifted by the X and Y offsets of the specified vector.
Declaration
class func apply(_ vector: VNVector, to point: VNPoint) -> VNPointParameters
- vector:
The vector to apply to offset the point.
- point:
The point to translate by the vector’s X and Y offsets.