You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Normalizations » AVL.RemoveInvalidPoints

AVL.RemoveInvalidPoints

Removes invalid points from an array (i.e. points with NaN or INF coordinates).

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

See also