You are here: Start » AVL.NET » AVS.TestPointInCircle Method
AVS.TestPointInCircle Method
Tests whether a point lies inside a circle.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TestPointInCircle ( AvlNet.Point2D inPoint, AvlNet.Circle2D inCircle, out bool outIsContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | AvlNet.Point2D | |||
![]() | inCircle | AvlNet.Circle2D | |||
![]() | outIsContained | bool |


