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