You are here: Start » AVL.NET » Function Reference » Path » Path Spatial Transforms » AVL.PathProjectionProfile

AVL.PathProjectionProfile

Computes the distance from the line to the path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inLineAvlNet.Line2DInput line to project to.
outProjectionProfileAvlNet.ProfileOutput path projection.
diagProjectionSegmentsSystem.Collections.Generic.IList<AvlNet.Segment2D>Segments corresponding to every profile value.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Function Overrides

See also