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

Invoke.LineOrientation

Computes the orientation angle of a line as angle in the range from 0 to 180.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LineOrientation
(
	Avl.Line2D inLine,
	out float outOrientationAngle
)

Parameters

Name Type Range Default Description
inLineAvl.Line2D
outOrientationAnglefloat

See also