Calculates the quadratic interpolation between three points.
The first point
The second point
The third point
The variable
const result = Chalkboard.real.qerp([0, 0], [1, 1], [2, 4], 0.5); // Returns the quadratic interpolation Copy
const result = Chalkboard.real.qerp([0, 0], [1, 1], [2, 4], 0.5); // Returns the quadratic interpolation
Calculates the quadratic interpolation between three points.