Back to FabImage Library website

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

SplitPathBySegment


Header:FIL.h
Namespace:fil

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
)

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