You are here: Start » AVL.NET » Invoke.TestPolygonsIntersect
Tests whether two polygons share any common point.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TestPolygonsIntersect ( Avl.Path inPolygon1, Avl.Path inPolygon2, out bool outDoIntersect )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPolygon1 | Avl.Path | First polygon. | ||
![]() | inPolygon2 | Avl.Path | Second polygon. | ||
![]() | outDoIntersect | bool | True if the polygons share any common point, false otherwise. |


