You are here: Start » AVL.NET » Function Reference » Path » Path Combinators
Path Combinators
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| AveragePath | Computes the average of two paths (of equal size and type) point by point.  | 
		FoundationLite | ||
| ConcatenatePaths | Joins up to four open paths.  | 
		FoundationLite | ||
| ConcatenatePaths_OfArray | Joins open paths of an array.  | 
		FoundationLite | ||
| ConcatenatePaths_OfLoop | Joins open paths appearing in consecutive iterations.  | 
		FoundationLite | ||
| JoinAdjacentPaths | Joins those paths of an array which endpoints lie near enough.  | 
		FoundationPro | ||
| PathLineIntersections | Computes the common points of a path and a line.  | 
		FoundationPro | ||
| PathPathIntersections | Computes the common points of two paths.  | 
		FoundationPro | ||
| PathSegmentIntersections | Computes the common points of a path and a segment.  | 
		FoundationPro | ||
| SplitPathByLine | Splits path in common points of a path and a line.  | 
		FoundationBasic | ||
| SplitPathByPath | Splits path in common points of two paths.  | 
		FoundationPro | ||
| SplitPathBySegment | Splits path in common points of a path and a segment.  | 
		FoundationBasic | 
