You are here: Start » AVL.NET » AVL.PathLength(AvlNet.Path, float)
AVL.PathLength(AvlNet.Path, float)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PathLength( AvlNet.Path inPath, out float outLength )
Parameters
- inPath
- Type: AvlNet.Path
- outLength
- Type: System.Single
Description
The operation computes the length of the path defined as the sum of the length of the segments it consists of.
Examples
Length of the sample path equals to 633.999. |
Length of the sample path equals to 152.002. |
