<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PencilKit",
  "identifier" : "/documentation/PencilKit/PKStrokePathReference/interpolatedLocation(at:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "PencilKit"
    ],
    "preciseIdentifier" : "c:objc(cs)PKStrokePath(im)interpolatedLocationAt:"
  },
  "title" : "interpolatedLocation(at:)"
}
-->

# interpolatedLocation(at:)

Returns the on-curve point for the floating point parametric value.

```
func interpolatedLocation(at parametricValue: CGFloat) -> CGPoint
```

## Parameters

`parametricValue`

The on-curve location `[0, count-1]` where interpolation occurs.

## Return Value

A <doc://com.apple.documentation/documentation/CoreFoundation/CGPoint> interpolated from supplied `parametricValue`.

## 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)