You are here: Start » AVL.NET » AVL.PointSequenceDistances3D
Measures the distances between consecutive points of a point sequence in 3D.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void PointSequenceDistances3D ( IList<AvlNet.Point3D> inPoints, bool inCyclic, IList<float> outDistances )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<AvlNet.Point3D> | |||
![]() | inCyclic | bool | |||
![]() | outDistances | System.Collections.Generic.IList<float> |


