Back to FabImage Library Lite website

You are here: Start » Conversions » ProfileToPoint2DArray

ProfileToPoint2DArray


Header: FIL.h
Namespace: fil

Converts a profile to an array of points.

Syntax

void fil::ProfileToPoint2DArray
(
	const fil::Profile& inProfile,
	ftl::Array<fil::Point2D>& outPoints
)

Parameters

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