You are here: Start » AVL.NET » AVL.CropPointArray

AVL.CropPointArray

Removes points not contained in a box from an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CropPointArray
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Box inBox,
	IList<AvlNet.Point2D> outPoints
)

Parameters

See also