You are here: Start » FIL.NET » Invoke.AngleBetweenDirections

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
inDirection1floatStart direction.
inDirection2floatTarget direction.
inRotationDirectionFtl.Optional<Fil.RotationDirection>Clockwise, counter-clockwise or automatic (by smaller angle). Default value: ftl::NIL.
inAngleRangeFil.AngleRange_0_180Switches between ranges <0; 90), <0; 180) and <0; 360). Default value: _0_180.
outAbsoluteAngleFtl.Optional<float>Angle value used for measurements <0; 360>.
outDirectedAngleFtl.Optional<float>Angle value used for clockwise transformations <-360; 360>.

See also