You are here: Start » AVL.NET » AVS.TestPointArrayInBox Method

AVS.TestPointArrayInBox Method

Tests which points lie inside a box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestPointArrayInBox
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Box inBox,
	IList<bool> outIsContainedArray
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Points which will be tested.
inBoxAvlNet.Box
outIsContainedArraySystem.Collections.Generic.IList<bool>

Function Overrides

See also