You are here: Start » AVL.NET » Function Reference » Path » Path Metrics » AVL.PathToPathMaximumDistance

AVL.PathToPathMaximumDistance

Computes the distance between the farthest point of the input path from the other path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PathToPathMaximumDistance
(
	AvlNet.Path inPath1,
	AvlNet.Path inPath2,
	AvlNet.PathDistanceMode inPathDistanceMode,
	float inResolution,
	out float outDistance
)

Parameters

Name Type Range Default Description
inPath1AvlNet.PathFirst input path.
inPath2AvlNet.PathSecond input path.
inPathDistanceModeAvlNet.PathDistanceModeDistance measuring method.
inResolutionfloat<0.0f, INF>1.0fDefault value: 1.0f.
outDistancefloatDistance between farthest point of the input path the other input path.

Errors

List of possible exceptions:

Error type Description
DomainError One or both input paths are empty in PathToPathMaximumDistance.

Function Overrides

See also