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,
	out AvlNet.Segment2D[] outConnectingSegments
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point2D
inCyclicbool
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancesfloat
outConnectingSegmentsAvlNet.Segment2D

See also