You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » AVL.TrimPointArray

AVL.TrimPointArray

Removes points not contained in a box from an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

See also