You are here: Start » AVL.NET » AVL.RemoveInvalidPoints3D

AVL.RemoveInvalidPoints3D

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RemoveInvalidPoints3D
(
	AvlNet.Point3D[] inPoints3D,
	out AvlNet.Point3D[] outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DAvlNet.Point3D[]
outPoints3DAvlNet.Point3D[]

See also