Back to Adaptive Vision Library website
You are here: Start » Function Reference » Path Combinators » SplitPathBySegment
SplitPathBySegment
Splits path in common points of a path and a segment.
Syntax
C++
C#
void avl::SplitPathBySegment ( const avl::Path& inPath, const avl::Segment2D& inSegment, atl::Array<avl::Path>& outPaths )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | const Path& | Path being split | |
![]() |
inSegment | const Segment2D& | Segment used for splitting | |
![]() |
outPaths | Array<Path>& | Paths arisen from splitting the initial path |


