You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Distance Metrics » FIL.PointSequenceDistances
Measures the distances between consecutive points of a point sequence.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PointSequenceDistances ( IList<FilNet.Point2D> inPoints, bool inCyclic, float inResolution, IList<float> outDistances, NullableValue<float> outDistanceSum, NullableRef<List<FilNet.Segment2D>> outConnectingSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.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.IList<float> | |||
![]() | outDistanceSum | FilNet.NullableValue<float> | Can be null to skip this parameter calculation. | ||
![]() | outConnectingSegments | FilNet.NullableRef<System.Collections.Generic.List<FilNet.Segment2D>> | Can be null to skip this parameter calculation. |
Function Overrides
- PointSequenceDistances(IList<Point2D>, Boolean, Single, IList<Single>)
- PointSequenceDistances(IList<Point2D>, Boolean, Single, IList<Single>, Single, IList<Segment2D>)