We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Swift version of linear interpolation and remap. With clamped/unclamped versions
Linear interpolation, clamping
// On all floating point typeslerp(min:max:)invLerp(min:max:)remap(fromMin:fromMax:toMin:toMax:)clamped(min:max:)
Open Interpolation.xcworkspace