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 )
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> |
Function Overrides
- PointSequenceDistances(IList<Point2D>, Boolean, Single, IList<Single>, Single, IList<Segment2D>)
- PointSequenceDistances(IList<Point2D>, Boolean, Single, IList<Single>, NullableValue<Single>, NullableRef<List<Segment2D>>)