---
title: "interpolatedPoint(at:)"
framework: pencilkit
role: symbol
role_heading: Instance Method
path: "pencilkit/pkstrokepath-swift.struct/interpolatedpoint(at:)"
---

# interpolatedPoint(at:)

Returns the on-curve point for the provided floating point parameter.

## Declaration

```swift
func interpolatedPoint(at parametricValue: CGFloat) -> PKStrokePoint
```

## Parameters

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

## Return Value

Return Value A PKStrokePoint interpolated from the supplied parametricValue.

## See Also

### Accessing and interpolating points

- [interpolatedPoints(in:by:)](pencilkit/pkstrokepath-swift.struct/interpolatedpoints(in:by:).md)
- [interpolatedLocation(at:)](pencilkit/pkstrokepath-swift.struct/interpolatedlocation(at:).md)
- [parametricValue(_:offsetBy:)](pencilkit/pkstrokepath-swift.struct/parametricvalue(_:offsetby:).md)
