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


