Back to Aurora Vision Library website
You are here: Start » Function Reference » Conversions » ProfileToPoint2DArray
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Converts a profile to an array of points.
Syntax
C++
C#
void avl::ProfileToPoint2DArray ( const avl::Profile& inProfile, atl::Array<avl::Point2D>& outPoints )


