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

AVS.GroupPointsByRegions Method

For each region returns which points lie inside of it.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GroupPointsByRegions
(
	IList<AvlNet.Point2D> inPoints,
	IList<AvlNet.Region> inRegions,
	IList<List<int>> outGroupedIndices
)

Parameters

Function Overrides

See also