LineNormalVector


Computes the normal vector of a line.

Syntax

C++
Python
 
def LineNormalVector(
	inLine: Line2D,
	inReverse: bool,
	/
)
-> outVector: Vector2D

Parameters

Name Type Default Description
Input value inLine Line2D
Input value inReverse bool
Output value outVector Vector2D