Back to Aurora Vision Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » TrimPointArrayToRegion
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Trims an array of points to a region.
Syntax
C++
C#
void avl::TrimPointArrayToRegion ( const atl::Array<avl::Point2D>& inPoints, const avl::Region& inRegion, atl::Array<avl::Point2D>& outPoints )


