You are here: Start » AVL.NET » AVS.ProjectPointsOnLine Method

AVS.ProjectPointsOnLine Method

Projects points onto a line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ProjectPointsOnLine
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Line2D inLine,
	IList<AvlNet.Point2D> outProjectionPoints,
	NullableRef<NullableValue<AvlNet.Segment2D>> outProjectionSegment
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inLineAvlNet.Line2D
outProjectionPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
outProjectionSegmentAvlNet.NullableRef<AvlNet.NullableValue<AvlNet.Segment2D>> Can be null to skip this parameter calculation.

Function Overrides

See also