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

AVS.TrimPointArray Method

Removes points not contained in a box from an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TrimPointArray
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Box inBox,
	IList<AvlNet.Point2D> outPoints
)

Parameters

See also