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,
	NullableRef<List<List<AvlNet.Point2D>>> outGroupedPoints
)

Parameters

Function Overrides

See also