You are here: Start » AVL.NET » Function Reference » Region » Region Relations » AVL.TestRegionIntersectsWith

AVL.TestRegionIntersectsWith

Tests whether two regions have non-empty intersection.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inReferenceRegionAvlNet.Region
outRegionsIntersectbool

See also