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

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

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

inPoints
Type: AvlNet.Point2D
inCyclic
Type: System.Boolean
inResolution
Type: System.Single
outDistances
Type: System.Single
outConnectingSegments
Type: AvlNet.Segment2D

See also