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

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
inVector1Fil.Vector2DStart vector.
inVector2Fil.Vector2DTarget vector.
inRotationDirectionFtl.Optional<Fil.RotationDirection>Clockwise, counter-clockwise or automatic (by smaller angle). Default value: ftl::NIL.
outAbsoluteAngleFtl.Optional<float>Angle value used for measurements <0; 360>.
outDirectedAngleFtl.Optional<float>Angle value used for clockwise transformations <-360; 360>.

See also