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

Invoke.TrimPointArray

Removes points not contained in a box from an array.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TrimPointArray
(
	List<Avl.Point2D> inPoints,
	Avl.Box inBox,
	List<Avl.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Avl.Point2D>
inBoxAvl.Box
outPointsSystem.Collections.Generic.List<Avl.Point2D>

See also