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

AVL.ProjectPointsOnLine

Projects points onto a line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ProjectPointsOnLine
(
	AvlNet.Point2D[] inPoints,
	AvlNet.Line2D inLine,
	out AvlNet.Point2D[] outProjectionPoints
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point2D[]
inLineAvlNet.Line2D
outProjectionPointsAvlNet.Point2D[]

Description

The orientation of the resulting outProjectionSegment is always between 0 and 180 degrees.

Examples

ProjectPointsOnLine performed on points and line.

Errors

Error type Description
DomainError Indefinite line on input in ProjectPointsOnLine.

See also