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