Back to Aurora Vision Library website

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

Point2DArrayToLocationArray


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts an array of points to an array of locations.

Syntax

C++
C#
 
void avl::Point2DArrayToLocationArray
(
	const atl::Array<avl::Point2D>& inPointArray,
	atl::Array<avl::Location>& outLocationArray
)

Parameters

Name Type Default Description
Input value inPointArray const Array<Point2D>&
Output value outLocationArray Array<Location>&