You are here: Start » AVL.NET » 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
(
	AvlNet.Point2D[] inPoints,
	out AvlNet.Point2D[] outPoints
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point2D[]
outPointsAvlNet.Point2D[]

See also