You are here: Start » FIL.NET » Invoke.AngleBetweenVectors
Measures the angle between two vectors.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void AngleBetweenVectors ( Fil.Vector2D inVector1, Fil.Vector2D inVector2, Optional<Fil.RotationDirection> inRotationDirection, Optional<float> outAbsoluteAngle, Optional<float> outDirectedAngle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inVector1 | Fil.Vector2D | Start vector. | ||
![]() | inVector2 | Fil.Vector2D | Target vector. | ||
![]() | inRotationDirection | Ftl.Optional<Fil.RotationDirection> | Clockwise, counter-clockwise or automatic (by smaller angle). Default value: ftl::NIL. | ||
![]() | outAbsoluteAngle | Ftl.Optional<float> | Angle value used for measurements <0; 360>. | ||
![]() | outDirectedAngle | Ftl.Optional<float> | Angle value used for clockwise transformations <-360; 360>. |