You are here: Start » AVL.NET » Invoke.LineThroughPoints
Computes a line passing through two distinct points.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void LineThroughPoints ( Avl.Point2D inPoint1, Avl.Point2D inPoint2, out Avl.Line2D outLine )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint1 | Avl.Point2D | |||
![]()  | inPoint2 | Avl.Point2D | |||
![]()  | outLine | Avl.Line2D | 


