You are here: Start » AVL.NET » AVS.LineNormalVector Method

AVS.LineNormalVector Method

Computes the normal vector of a line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LineNormalVector
(
	AvlNet.Line2D inLine,
	bool inReverse,
	out AvlNet.Vector2D outVector
)

Parameters

Name Type Range Default Description
inLineAvlNet.Line2D
inReverseboolTrueDefault value: True.
outVectorAvlNet.Vector2D

See also