interpolatedLocation(at:)
Returns the on-curve point for the floating point parametric value.
Declaration
func interpolatedLocation(at parametricValue: CGFloat) -> CGPointParameters
- parametricValue:
The on-curve location
[0, count-1]where interpolation occurs.
Return Value
A CGPoint interpolated from supplied parametricValue.