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

AVL.GroupPointsByRegions

For each region returns which points lie inside of it.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void GroupPointsByRegions
(
	IList<AvlNet.Point2D> inPoints,
	IList<AvlNet.Region> inRegions,
	IList<List<int>> outGroupedIndices,
	NullableRef<List<List<AvlNet.Point2D>>> outGroupedPoints
)

Parameters

Examples

GroupPointsByRegions performed with three input regions.

Function Overrides

See also