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

AVL.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(
	AvlNet.Point2D[] inPoints,
	out AvlNet.Point2D[] outPoints
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point2D
outPointsAvlNet.Point2D

See also