You are here: Start » AVL.NET » AVS.PathLength Method

AVS.PathLength Method

Computes the total length of the input path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PathLength
(
	AvlNet.Path inPath,
	out float outLength
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outLengthfloat

See also