You are here: Start » AVL.NET » Invoke.AngleBetweenVectors3D
Measures the angle between two vectors in 3D.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void AngleBetweenVectors3D ( Avl.Vector3D inVector1, Avl.Vector3D inVector2, out float outAngle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inVector1 | Avl.Vector3D | Start vector. | ||
![]() | inVector2 | Avl.Vector3D | Target vector. | ||
![]() | outAngle | float | Angle value used for measurements <0; 180>. |