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

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

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
outDistances
Type: System.Single

See also