Back to Adaptive Vision Library website

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

SplitPathByPath


Header: AVL.h
Namespace: avl
Module: FoundationPro

Splits path in common points of two paths.

Syntax

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

Parameters

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