You are here: Start » AVL.NET » AVL.AngleBetweenLines(AvlNet.Line2D, AvlNet.Line2D, float, float)

AVL.AngleBetweenLines(AvlNet.Line2D, AvlNet.Line2D, float, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void AngleBetweenLines(
	AvlNet.Line2D inLine1,
	AvlNet.Line2D inLine2,
	out float outSmallerAngle,
	out float outLargerAngle
)

Parameters

inLine1
Type: AvlNet.Line2D
inLine2
Type: AvlNet.Line2D
outSmallerAngle
Type: System.Single
outLargerAngle
Type: System.Single

Examples

Errors

Error type Description
DomainError Indefinite line on input in AngleBetweenLines.

See also