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