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

Invoke.PolygonIntersectionArea_Convex

Computes the intersection area of two convex non-intersecting polygons.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PolygonIntersectionArea_Convex
(
	Avl.Path inPolygon1,
	Avl.Path inPolygon2,
	out float outIntersectionArea
)

Parameters

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

See also