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

Invoke.AngleBetweenLines

Measures the smaller and the larger angle between two lines.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AngleBetweenLines
(
	Avl.Line2D inLine1,
	Avl.Line2D inLine2,
	Optional<float> outSmallerAngle,
	Optional<float> outLargerAngle
)

Parameters

Name Type Range Default Description
inLine1Avl.Line2D
inLine2Avl.Line2D
outSmallerAngleAtl.Optional<float>
outLargerAngleAtl.Optional<float>

See also