You are here: Start » AVL.NET » Invoke.PolygonIntersection_Convex

Invoke.PolygonIntersection_Convex

Finds the intersection of two convex non-intersecting polygons.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PolygonIntersection_Convex
(
	Avl.Path inPolygon1,
	Avl.Path inPolygon2,
	Avl.Path outIntersection
)

Parameters

Name Type Range Default Description
inPolygon1Avl.Path
inPolygon2Avl.Path
outIntersectionAvl.Path

See also