Back to FabImage Library website

You are here: Start » Function Reference » Path » Path Global Transforms » RemovePathSelfIntersections

RemovePathSelfIntersections


Header: FIL.h
Namespace: fil
Module: FoundationPro

Removes all self-intersections from a given path.

Syntax

C++
C#
 
void fil::RemovePathSelfIntersections
(
	const fil::Path& inPath,
	fil::Path& outPath
)

Parameters

Name Type Default Description
Input value
inPath const Path& Input path
Output value
outPath Path& Path with no self-intersections