interpolatedPoint(at:)
Returns the on-curve point for the provided floating point parameter.
Declaration
func interpolatedPoint(at parametricValue: CGFloat) -> PKStrokePointParameters
- parametricValue:
The on-curve location
[0, count-1]where interpolation occurs.
Return Value
A PKStrokePoint interpolated from the supplied parametricValue.