rbfInverseQuadraticPhrase
A constant string representing a shader function definition for the Radial Basis Function (RBF) using the inverse quadratic formula.
The function rbfInverseQuadratic
calculates the RBF value based on squared distance and a scale factor.
The formula for the RBF is: 1.0 / (1.0 + sqrDistance * scale^2)