You are here: Start » AVL.NET » AVL.PointSequenceDistances(AvlNet.Point2D[], bool, float, float[])

AVL.PointSequenceDistances(AvlNet.Point2D[], bool, float, float[])

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

inPoints
Type: AvlNet.Point2D
inCyclic
Type: System.Boolean
inResolution
Type: System.Single
Number of real-world units per one pixel
outDistances
Type: System.Single

Remarks

See full override for more details.

See also