LineNormalVector
Computes the normal vector of a line.
Syntax
C++
Python
def LineNormalVector( inLine: Line2D, inReverse: bool, / ) -> outVector: Vector2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLine | Line2D | ||
![]() |
inReverse | bool | ||
![]() |
outVector | Vector2D |


