Back to Adaptive Vision Library Lite website
You are here: Start » Geometry 2D Spatial Transforms » CropPointArray
CropPointArray
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Removes points not contained in a box from an array.
Syntax
void avl::CropPointArray ( const atl::Array<avl::Point2D>& inPoints, const avl::Box& inBox, atl::Array<avl::Point2D>& outPoints )


