Back to Aurora Vision Library website

You are here: Start » Function Reference » Conversions » LocationArrayToPoint2DArray

LocationArrayToPoint2DArray


Header: AVL.h
Namespace: avl
Module: FoundationLite

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
Input value inLocationArray const Array<Location>&
Output value outPointArray Array<Point2D>&