You are here: Start » AVL.NET » AVL.PathSegments

AVL.PathSegments

Converts a path to an array of line segments.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PathSegments
(
	AvlNet.Path inPath,
	out AvlNet.Segment2D[] outSegments
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outSegmentsAvlNet.Segment2D[]

See also