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