You are here: Start » AVL.NET » Invoke.PathToPathMaximumDistance
Computes the distance between the farthest point of the input path from the other path.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PathToPathMaximumDistance ( Avl.Path inPath1, Avl.Path inPath2, Avl.PathDistanceMode inPathDistanceMode, float inResolution, out float outDistance, Optional<Avl.Segment2D> outConnectingSegment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath1 | Avl.Path | First input path. | ||
![]() | inPath2 | Avl.Path | Second input path. | ||
![]() | inPathDistanceMode | Avl.PathDistanceMode | Distance measuring method. | ||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outDistance | float | Distance between farthest point of the input path the other input path. | ||
![]() | outConnectingSegment | Atl.Optional<Avl.Segment2D> | Segment connecting input paths having such distance. |