canMorph

open fun canMorph(nodesFrom: @Nullable Array<PathParser.PathDataNode>, nodesTo: @Nullable Array<PathParser.PathDataNode>): Boolean(source)

Return

whether the nodesFrom can morph into nodesTo

Parameters

nodesFrom

The source path represented in an array of PathDataNode

nodesTo

The target path represented in an array of PathDataNode