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

AVS.RemoveInvalidPoints Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

See also