Back to Aurora Vision Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Spatial Transforms » TrimPathArrayToRectangle
TrimPathArrayToRectangle
Header: | AVL.h |
---|---|
Namespace: | avl |
Creates an array of paths contained in a rectangle from another array of paths.
Syntax
void avl::TrimPathArrayToRectangle ( const atl::Array<avl::Path>& inPaths, const avl::Rectangle2D& inRectangle, avl::TrimPathMethod::Type inTrimPathMethod, atl::Array<avl::Path>& outPaths )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
inPaths | const Array<Path>& | |||
inRectangle | const Rectangle2D& | |||
inTrimPathMethod | TrimPathMethod::Type | PointToPoint | ||
outPaths | Array<Path>& |