You are here: Start » AVL.NET » AVL.PathToPathDistance(AvlNet.Path, AvlNet.Path, AvlNet.PathDistanceMode, float, float)

AVL.PathToPathDistance(AvlNet.Path, AvlNet.Path, AvlNet.PathDistanceMode, float, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathToPathDistance(
	AvlNet.Path inPath1,
	AvlNet.Path inPath2,
	AvlNet.PathDistanceMode inPathDistanceMode,
	float inResolution,
	out float outDistance
)

Parameters

inPath1
Type: AvlNet.Path
inPath2
Type: AvlNet.Path
inPathDistanceMode
Type: AvlNet.PathDistanceMode
inResolution
Type: System.Single
outDistance
Type: System.Single

See also