interpolatePathDataNode
open fun interpolatePathDataNode(@NonNull nodeFrom: @NonNull PathParser.PathDataNode, @NonNull nodeTo: @NonNull PathParser.PathDataNode, fraction: Float)(source)
The current PathDataNode will be interpolated between the nodeFrom and nodeTo according to the fraction.
Parameters
nodeFrom
The start value as a PathDataNode.
nodeTo
The end value as a PathDataNode
fraction
The fraction to interpolate.