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

AVL.PathToLineDistanceProfile(AvlNet.Path, AvlNet.Line2D, float, AvlNet.Profile)

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathToLineDistanceProfile(
	AvlNet.Path inPath,
	AvlNet.Line2D inLine,
	float inResolution,
	out AvlNet.Profile outDistanceProfile
)

Parameters

inPath
Type: AvlNet.Path
Input path
inLine
Type: AvlNet.Line2D
Input line
inResolution
Type: System.Single
Number of real-world units per one pixel
outDistanceProfile
Type: AvlNet.Profile
Profile of distances between input line and consecutive points of input path

See also