You are here: Start » AVL.NET » Invoke.TestPoint3DInBox3D
Tests whether a point in 3D lies in a box in 3D.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TestPoint3DInBox3D ( Avl.Point3D inPoint3D, Avl.Box3D inBox3D, out bool outIsContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint3D | Avl.Point3D | |||
![]() | inBox3D | Avl.Box3D | |||
![]() | outIsContained | bool |


