Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Geometry 2D Spatial Transforms » PointAlongPath

PointAlongPath


Transforms a point to a coordinate system in which the 'axis' path is vertical or horizontal.

Name Type Description
inPoint Point2D Input point
inAxis Path Input axis path
inAxisType Axis Type of axis the input axis path is parallel to
inAxisCoordinate Real Coordinate of the axis path
inInverse Bool Switches to the inverse operation
outPoint Point2D Transformed point

Applications

Usually used to revert an ImageAlongPath transformation.

Errors

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

Error type Description
DomainError Empty path on input in PointAlongPath.

Complexity Level

This filter is available on Advanced Complexity Level.

See Also