You are here: Start » AVL.NET » Invoke.PathToPointDistanceProfile
Computes the profile of distances between the specified point and the characteristic points of a path.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PathToPointDistanceProfile ( Avl.Point2D inPoint, Avl.Path inPath, float inResolution, Avl.Profile outDistanceProfile, Optional<List<float>> outDistances, Optional<List<Avl.Segment2D>> outConnectingSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | Avl.Point2D | Input point. | ||
![]() | inPath | Avl.Path | Input path. | ||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outDistanceProfile | Avl.Profile | Profile of distances between input point and consecutive points of input path. | ||
![]() | outDistances | Atl.Optional<System.Collections.Generic.List<float>> | Distances between input point and consecutive points of input path. | ||
![]() | outConnectingSegments | Atl.Optional<System.Collections.Generic.List<Avl.Segment2D>> | Segments connecting input point and consecutive points of input path. |