Back to Adaptive Vision Library Lite website

You are here: Start » Conversions » LocationArrayToPoint2DArray

LocationArrayToPoint2DArray


Header: AVL.h
Namespace: avl

Converts an array of locations to an array of points.

Syntax

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>&