You are here: Start » AVL.NET » AVL.JoinAdjacentPaths(AvlNet.Path[], float, float, float, float, AvlNet.Path[])

AVL.JoinAdjacentPaths(AvlNet.Path[], float, float, float, float, AvlNet.Path[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void JoinAdjacentPaths(
	AvlNet.Path[] inPaths,
	float inMaxJoiningDistance,
	float inMaxJoiningAngle,
	float inJoiningDistanceBalance,
	float inMinPathLength,
	out AvlNet.Path[] outPaths
)

Parameters

inPaths
Type: AvlNet.Path
inMaxJoiningDistance
Type: System.Single
inMaxJoiningAngle
Type: System.Single
inJoiningDistanceBalance
Type: System.Single
inMinPathLength
Type: System.Single
outPaths
Type: AvlNet.Path

See also