You are here: Start » AVL.NET » AVS.PointSequenceDistances Method

AVS.PointSequenceDistances Method

Measures the distances between consecutive points of a point sequence.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PointSequenceDistances
(
	IList<AvlNet.Point2D> inPoints,
	bool inCyclic,
	float inResolution,
	IList<float> outDistances,
	out float outDistanceSum,
	IList<AvlNet.Segment2D> outConnectingSegments
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inCyclicbool
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancesSystem.Collections.Generic.IList<float>
outDistanceSumfloat
outConnectingSegmentsSystem.Collections.Generic.IList<AvlNet.Segment2D>

Function Overrides

See also