Back to Adaptive Vision Library website

You are here: Start » Function Reference » Path Combinators » SplitPathByPath

SplitPathByPath


Splits path in common points of two paths.

Header:AVL.h

Syntax

C++
C#
 
void avl::SplitPathByPath
(
	const avl::Path& inPath1,
	const avl::Path& inPath2,
	atl::Array<avl::Path>& outPaths
)

Parameters

Name Type Default Description
inPath1 const Path& Path being split
inPath2 const Path& Path used for splitting
outPaths Array<Path>& Paths arisen from splitting the initial path