You are here: Start » AVL.NET » AVL.TestPointArrayInRegion Method

AVL.TestPointArrayInRegion Method

Tests which points lie inside a region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestPointArrayInRegion(
	AvlNet.Point2D[] inPoints,
	AvlNet.Region inRegion,
	out bool[] outIsContainedArray,
	out AvlNet.Point2D[] outPoints
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point2D
inRegionAvlNet.RegionInput region.
outIsContainedArraybool
outPointsAvlNet.Point2D

See also