Back to Aurora 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 )


