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 ( AvlNet.Point3D[] inPoints, bool inCyclic, out float[] outDistances )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | AvlNet.Point3D[] | |||
![]() | inCyclic | bool | |||
![]() | outDistances | float[] |


