Back to FabImage Library website

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

ProfileToPoint2DArray


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts a profile to an array of points.

Syntax

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

Parameters

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