You are here: Start » AVL.NET » Invoke.GroupPointsByRegions

Invoke.GroupPointsByRegions

For each region returns which points lie inside of it.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

See also