You are here: Start » AVL.NET » Invoke.ProjectPointsOnLine
Projects points onto a line.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ProjectPointsOnLine ( List<Avl.Point2D> inPoints, Avl.Line2D inLine, List<Avl.Point2D> outProjectionPoints, Optional<Conditional<Avl.Segment2D>> outProjectionSegment, out float outMeanDistance )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]()  | inLine | Avl.Line2D | |||
![]()  | outProjectionPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]()  | outProjectionSegment | Atl.Optional<Atl.Conditional<Avl.Segment2D>> | |||
![]()  | outMeanDistance | float | 


