Back to Adaptive Vision Library Lite website

You are here: Start » Conversions » Point2DArrayToLocationArray

Point2DArrayToLocationArray


Header: AVL.h
Namespace: avl

Converts an array of points to an array of locations.

Syntax

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

Parameters

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