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

AVS.TestPolygonInPolygon Method

Tests whether a polygon lies inside another one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestPolygonInPolygon
(
	AvlNet.Path inSubPolygon,
	AvlNet.Path inPolygon,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubPolygonAvlNet.PathPolygon the position of which will be tested.
inPolygonAvlNet.PathPolygon against which the position will be tested.
outIsContainedboolTrue if whole polygon lies inside the other one, false otherwise.

See also