You are here: Start » AVL.NET » AVL.TestRegionIntersectsWith Method
AVL.TestRegionIntersectsWith Method
Tests whether two regions have non-empty intersection.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TestRegionIntersectsWith( AvlNet.Region inRegion, AvlNet.Region inReferenceRegion, out bool outRegionsIntersect )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inReferenceRegion | AvlNet.Region | |||
![]() | outRegionsIntersect | bool |


