You are here: Start » AVL.NET » AVL.PathToPoint2DArray Method

AVL.PathToPoint2DArray Method

Converts a path to an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PathToPoint2DArray(
	AvlNet.Path inPath,
	out AvlNet.Point2D[] outPoints
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outPointsAvlNet.Point2D

See also