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)

Computes the minimum distance between two paths.

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
First input path
inPath2
Type: AvlNet.Path
Second input path
inPathDistanceMode
Type: AvlNet.PathDistanceMode
Distance measuring method
inResolution
Type: System.Single
outDistance
Type: System.Single
Minimal distance between input paths

Remarks

See full override for more details.

See also