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)

Computes the profile of distances between two paths.

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
First input path
inPath2
Type: AvlNet.Path
Second input path
inPathDistanceMode
Type: AvlNet.PathDistanceMode
Distance measuring method
inResolution
Type: System.Single
outDistanceProfile
Type: AvlNet.Profile
Profile of distances between second path and consecutive points of first path

Remarks

See full override for more details.

See also