You are here: Start » AVL.NET » Invoke.LineThroughPoint
Computes a line passing through a point with given angle.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void LineThroughPoint ( Avl.Point2D inPoint, float inAngle, out Avl.Line2D outLine )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint | Avl.Point2D | |||
![]()  | inAngle | float | |||
![]()  | outLine | Avl.Line2D | 


