You are here: Start » AVL.NET » AVL.PathToPointDistanceProfile(AvlNet.Point2D, AvlNet.Path, float, AvlNet.Profile)

AVL.PathToPointDistanceProfile(AvlNet.Point2D, AvlNet.Path, float, AvlNet.Profile)

Computes the profile of distances between the specified point and the characteristic points of a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathToPointDistanceProfile(
	AvlNet.Point2D inPoint,
	AvlNet.Path inPath,
	float inResolution,
	out AvlNet.Profile outDistanceProfile
)

Parameters

inPoint
Type: AvlNet.Point2D
Input point
inPath
Type: AvlNet.Path
Input path
inResolution
Type: System.Single
outDistanceProfile
Type: AvlNet.Profile
Profile of distances between input point and consecutive points of input path

Remarks

See full override for more details.

See also