Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Geometry 2D Interpolations » LerpPaths

LerpPaths


Linearly interpolates between two paths.

Name Type Range Description
inPath1 Path First input path
inPath2 Path Second input path
inLambda Real - - 0.0 makes a copy of the first path, 1.0 - of the second, other values make interpolations
outPath Path Output path

Examples

LerpPaths performed on two paths, inLambda = 0,25.

Errors

This filter can throw an exception to report error. Read how to deal with errors here: Error Handling

Error type Description
DomainError Numbers of points in paths are not the same in LerpPaths
DomainError Open and closed paths on input in LerpPaths

Complexity Level

This filter is available on Basic Complexity Level.