You are here: Start » AVL.NET » AVL.ProjectPointsOnLine
Projects points onto a line.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void ProjectPointsOnLine ( IList<AvlNet.Point2D> inPoints, AvlNet.Line2D inLine, IList<AvlNet.Point2D> outProjectionPoints, out AvlNet.Segment2D? outProjectionSegment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<AvlNet.Point2D> | |||
![]() | inLine | AvlNet.Line2D | |||
![]() | outProjectionPoints | System.Collections.Generic.IList<AvlNet.Point2D> | |||
![]() | outProjectionSegment | AvlNet.Segment2D? |
Description
The orientation of the resulting outProjectionSegment is always between 0 and 180 degrees.
Examples
![]() |
![]() |
ProjectPointsOnLine performed on points and line.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Indefinite line on input in ProjectPointsOnLine. |




