You are here: Start » AVL.NET » Invoke.PathProjectionProfile

Invoke.PathProjectionProfile

Computes the distance from the line to the path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PathProjectionProfile
(
	Avl.Path inPath,
	Avl.Line2D inLine,
	Avl.Profile outProjectionProfile,
	Diagnostic<List<Avl.Segment2D>> diagProjectionSegments
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
inLineAvl.Line2DInput line to project to.
outProjectionProfileAvl.ProfileOutput path projection.
diagProjectionSegmentsAvl.Diagnostic<System.Collections.Generic.List<Avl.Segment2D>>Segments corresponding to every profile value.

See also