kyrie / com.github.alexjlockwood.kyrie / PathData / canMorphWith

canMorphWith

fun canMorphWith(pathData: PathData): Boolean

Checks if this PathData object is morphable with another PathData object.

Parameters

pathData - The PathData object to compare against.

Return
true iff this PathData object is morphable with the provided PathData object.