You are here: Start » FIL.NET » FIS.AngleBetweenDirections Method

FIS.AngleBetweenDirections Method

Measures the rotation angle from first to second direction.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AngleBetweenDirections
(
	float inDirection1,
	float inDirection2,
	FilNet.RotationDirection? inRotationDirection,
	FilNet.AngleRange inAngleRange,
	out float outAbsoluteAngle,
	out float outDirectedAngle
)

Parameters

Name Type Range Default Description
inDirection1floatStart direction.
inDirection2floatTarget direction.
inRotationDirectionFilNet.RotationDirection?Clockwise, counter-clockwise or automatic (by smaller angle). Default value: ftl::NIL.
inAngleRangeFilNet.AngleRange_0_180Switches between ranges <0; 90), <0; 180) and <0; 360)
outAbsoluteAnglefloatAngle value used for measurements <0; 360>
outDirectedAnglefloatAngle value used for clockwise transformations <-360; 360>

Function Overrides

See also