You are here: Start » AVL.NET » AVS.PolygonIntersection_Convex Method

AVS.PolygonIntersection_Convex Method

Finds the intersection of two convex non-intersecting polygons.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PolygonIntersection_Convex
(
	AvlNet.Path inPolygon1,
	AvlNet.Path inPolygon2,
	AvlNet.Path outIntersection
)

Parameters

Name Type Range Default Description
inPolygon1AvlNet.Path
inPolygon2AvlNet.Path
outIntersectionAvlNet.Path

See also