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

Invoke.TestRegionIntersectsWith

Tests whether two regions have non-empty intersection.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestRegionIntersectsWith
(
	Avl.Region inRegion,
	Avl.Region inReferenceRegion,
	out bool outRegionsIntersect
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inReferenceRegionAvl.Region
outRegionsIntersectbool

See also