Back to Adaptive Vision Library website
You are here: Start » Function Reference » Conversions Deprecated » PathToSegment2DArray_Deprecated
PathToSegment2DArray_Deprecated
Converts a path to an array of line segments.
Syntax
C++
C#
void avl::PathToSegment2DArray_Deprecated ( const avl::Path& inPath, atl::Array<avl::Segment2D >& outSegments )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | const Path& | Input path | |
![]() |
outSegments | Array<Segment2D >& |


