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
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inLineAvlNet.Line2D
outProjectionPointsSystem.Collections.Generic.IList<AvlNet.Point2D>

Function Overrides

See also