Back to Aurora Vision Library website

You are here: Start » Function Reference » Path » Path Features » PathSegments

PathSegments


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts a path to an array of line segments.

Syntax

C++
C#
 
void avl::PathSegments
(
	const avl::Path& inPath,
	atl::Array<avl::Segment2D>& outSegments
)

Parameters

Name Type Default Description
Input value inPath const Path& Input path
Output value outSegments Array<Segment2D>&