<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNPoint/apply(_:to:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNPoint(cm)pointByApplyingVector:toPoint:"
  },
  "title" : "apply(_:to:)"
}
-->

# apply(_:to:)

Creates a point object that’s shifted by the X and Y offsets of the specified vector.

```
class func apply(_ vector: VNVector, to point: VNPoint) -> VNPoint
```

## Parameters

`vector`

The vector to apply to offset the point.

`point`

The point to translate by the vector’s X and Y offsets.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)