Back to Adaptive Vision Library website
You are here: Start » Function Reference » Conversions » LocationArrayToPoint2DArray
LocationArrayToPoint2DArray
Converts an array of locations to an array of points.
Syntax
C++
C#
void avl::LocationArrayToPoint2DArray ( const atl::Array<avl::Location>& inLocationArray, atl::Array<avl::Point2D>& outPointArray )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLocationArray | const Array<Location>& | ||
![]() |
outPointArray | Array<Point2D>& |


