You are here: Start » AVL.NET » Function Reference » Region » Region Relations » AVL.TestPointArrayInRegion

AVL.TestPointArrayInRegion

Tests which points lie inside a region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestPointArrayInRegion
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Region inRegion,
	IList<bool> outIsContainedArray
)

Parameters

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

Function Overrides

See also