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

AVL.TestPointArrayInRegion

Tests which points lie inside a region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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