Back to FabImage Library website

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

RemovePathSelfIntersections


Header:FIL.h
Namespace:fil

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
inPath const Path& Input path
outPath Path& Path with no self-intersections