You are here: Start » AVL.NET » Invoke.RemoveInvalidPoints
Removes invalid points from an array (i.e. points with NaN or INF coordinates).
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RemoveInvalidPoints ( List<Avl.Point2D> inPoints, List<Avl.Point2D> outPoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]()  | outPoints | System.Collections.Generic.List<Avl.Point2D> | 


