Back to Adaptive Vision Library website

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

RemovePathSelfIntersections


Header:AVL.h
Namespace:avl

Removes all self-intersections from a given path.

Syntax

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

Parameters

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