Back to Adaptive Vision Library Lite website

You are here: Start » Conversions » ProfileToPoint2DArray

ProfileToPoint2DArray


Header: AVL.h
Namespace: avl

Converts a profile to an array of points.

Syntax

void avl::ProfileToPoint2DArray
(
	const avl::Profile& inProfile,
	atl::Array<avl::Point2D>& outPoints
)

Parameters

Name Type Default Description
inProfile const Profile& Input profile
outPoints Array<Point2D>&