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

AVL.PathToPathDistanceProfile(AvlNet.Path, AvlNet.Path, AvlNet.PathDistanceMode, float, AvlNet.Profile)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathToPathDistanceProfile(
	AvlNet.Path inPath1,
	AvlNet.Path inPath2,
	AvlNet.PathDistanceMode inPathDistanceMode,
	float inResolution,
	out AvlNet.Profile outDistanceProfile
)

Parameters

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

See also