You are here: Start » AVL.NET » Invoke.TestPointArrayInBox

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
inPointsSystem.Collections.Generic.List<Avl.Point2D>Points which will be tested.
inBoxAvl.Box
outIsContainedArraySystem.Collections.Generic.List<bool>
outPointsAtl.Optional<System.Collections.Generic.List<Avl.Point2D>>Points that are contained.
outAreAllContainedAtl.Optional<bool>

See also