You are here: Start » AVL.NET » Invoke.PathLength

Invoke.PathLength

Computes the total length of the input path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PathLength
(
	Avl.Path inPath,
	out float outLength
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outLengthfloat

See also