Back to FabImage Library website
You are here: Start » Function Reference » Path Combinators
Path Combinators
Select a function from the list below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
AveragePath | Computes the average of two paths (of equal size and type) point by point. | Lite |
![]() |
ConcatenatePaths | Joins two open paths. | Lite |
![]() |
ConcatenatePaths_OfArray | Joins open paths of an array. | Lite |
![]() |
ConcatenatePaths_OfLoop | Joins open paths appearing in consecutive iterations. | Lite |
![]() |
JoinAdjacentPaths | Joins those paths of an array which endpoints lie near enough. | Professional |
![]() |
PathLineIntersections | Computes the common points of a path and a line. | Professional |
![]() |
PathPathIntersections | Computes the common points of two paths. | Professional |
![]() |
PathSegmentIntersections | Computes the common points of a path and a segment. | Professional |
![]() |
SplitPathByLine | Splits path in common points of a path and a line. | Professional |
![]() |
SplitPathByPath | Splits path in common points of two paths. | Professional |
![]() |
SplitPathBySegment | Splits path in common points of a path and a segment. | Professional |