You are here: Start » AVL.NET » Invoke.LineNormalVector

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
inLineAvl.Line2D
inReverseboolTrueDefault value: True.
outVectorAvl.Vector2D

See also