You are here: Start » AVL.NET » Invoke.PointSequenceDistances
Measures the distances between consecutive points of a point sequence.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void PointSequenceDistances ( List<Avl.Point2D> inPoints, bool inCyclic, float inResolution, List<float> outDistances, Optional<float> outDistanceSum, Optional<List<Avl.Segment2D>> outConnectingSegments )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]()  | inCyclic | bool | |||
![]()  | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. | 
![]()  | outDistances | System.Collections.Generic.List<float> | |||
![]()  | outDistanceSum | Atl.Optional<float> | |||
![]()  | outConnectingSegments | Atl.Optional<System.Collections.Generic.List<Avl.Segment2D>> | 


