interpolatePathDataNodes
Interpolate between two arrays of PathDataNodes with the given fraction, and store the results in the first parameter.
Parameters
The resulting array of PathDataNode for the interpolation
A float fraction value in the range of 0 to 1
The array of PathDataNode when fraction is 0
The array of PathDataNode when the fraction is 1
See also
Throws
When the arrays of nodes are incompatible for interpolation.
Deprecated
Use interpolatePathDataNodes instead.
Interpolate between two arrays of PathDataNodes with the given fraction, and store the results in the first parameter.
Parameters
The resulting array of PathDataNode for the interpolation
The array of PathDataNode when fraction is 0
The array of PathDataNode when the fraction is 1
A float fraction value in the range of 0 to 1
See also
Throws
When the arrays of nodes are incompatible for interpolation.