You are here: Start » AVL.NET » AVL.PointSequenceDistances Method
AVL.PointSequenceDistances Method
Measures the distances between consecutive points of a point sequence.
Namespace: | AvlNet |
---|---|
Assembly: | AVL.NET.dll |
Syntax
public static void PointSequenceDistances( AvlNet.Point2D[] inPoints, bool inCyclic, float inResolution, out float[] outDistances )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | AvlNet.Point2D | |||
![]() | inCyclic | bool | |||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. |
![]() | outDistances | float |