Back to FabImage Library website
You are here: Start » Function Reference » Path » Path Combinators » SplitPathBySegment

SplitPathBySegment
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Splits path in common points of a path and a segment.
Syntax
C++
C#
void fil::SplitPathBySegment ( const fil::Path& inPath, const fil::Segment2D& inSegment, ftl::Array<fil::Path>& outPaths )