You are here: Start » FIL.NET » Invoke.AngleBetweenDirections
Measures the rotation angle from first to second direction.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void AngleBetweenDirections ( float inDirection1, float inDirection2, Optional<Fil.RotationDirection> inRotationDirection, Fil.AngleRange inAngleRange, Optional<float> outAbsoluteAngle, Optional<float> outDirectedAngle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inDirection1 | float | Start direction. | ||
![]() | inDirection2 | float | Target direction. | ||
![]() | inRotationDirection | Ftl.Optional<Fil.RotationDirection> | Clockwise, counter-clockwise or automatic (by smaller angle). Default value: ftl::NIL. | ||
![]() | inAngleRange | Fil.AngleRange | _0_180 | Switches between ranges <0; 90), <0; 180) and <0; 360). Default value: _0_180. | |
![]() | outAbsoluteAngle | Ftl.Optional<float> | Angle value used for measurements <0; 360>. | ||
![]() | outDirectedAngle | Ftl.Optional<float> | Angle value used for clockwise transformations <-360; 360>. |