You are here: Start » AVL.NET » Invoke.AngleBetweenLines3D
Measures the smaller and the larger angle between two lines in 3D.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void AngleBetweenLines3D ( Avl.Line3D inLine1, Avl.Line3D inLine2, Optional<float> outSmallerAngle, Optional<float> outLargerAngle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine1 | Avl.Line3D | |||
![]() | inLine2 | Avl.Line3D | |||
![]() | outSmallerAngle | Atl.Optional<float> | |||
![]() | outLargerAngle | Atl.Optional<float> |