You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inLine1 | Avl.Line2D | |||
![]() | inLine2 | Avl.Line2D | |||
![]() | outSmallerAngle | Atl.Optional<float> | |||
![]() | outLargerAngle | Atl.Optional<float> |


