You are here: Start » AVL.NET » Invoke.LineNormalVector
Computes the normal vector of a line.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void LineNormalVector ( Avl.Line2D inLine, bool inReverse, out Avl.Vector2D outVector )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inLine | Avl.Line2D | |||
![]()  | inReverse | bool | True | Default value: True. | |
![]()  | outVector | Avl.Vector2D | 


