Back to Aurora Vision Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Normalizations » RemoveInvalidPoints
RemoveInvalidPoints
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Removes invalid points from an array (i.e. points with NaN or INF coordinates).
Syntax
void avl::RemoveInvalidPoints ( const atl::Array<avl::Point2D>& inPoints, atl::Array<avl::Point2D>& outPoints )


