You are here: Start » AVL.NET » Invoke.TestPointArrayInBox
Tests which points lie inside a box.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TestPointArrayInBox ( List<Avl.Point2D> inPoints, Avl.Box inBox, List<bool> outIsContainedArray, Optional<List<Avl.Point2D>> outPoints, Optional<bool> outAreAllContained )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Avl.Point2D> | Points which will be tested. | ||
![]() | inBox | Avl.Box | |||
![]() | outIsContainedArray | System.Collections.Generic.List<bool> | |||
![]() | outPoints | Atl.Optional<System.Collections.Generic.List<Avl.Point2D>> | Points that are contained. | ||
![]() | outAreAllContained | Atl.Optional<bool> |