Back to Aurora Vision Library website

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

RemovePathSelfIntersections


Header: AVL.h
Namespace: avl
Module: FoundationPro

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