You are here: Start » AVL.NET » AVS.AngleBetweenVectors Method

AVS.AngleBetweenVectors Method

Measures the angle between two vectors.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AngleBetweenVectors
(
	AvlNet.Vector2D inVector1,
	AvlNet.Vector2D inVector2,
	AvlNet.RotationDirection? inRotationDirection,
	out float outAbsoluteAngle,
	out float outDirectedAngle
)

Parameters

Name Type Range Default Description
inVector1AvlNet.Vector2DStart vector.
inVector2AvlNet.Vector2DTarget vector.
inRotationDirectionAvlNet.RotationDirection?Clockwise, counter-clockwise or automatic (by smaller angle). Default value: atl::NIL.
outAbsoluteAnglefloatAngle value used for measurements <0; 360>
outDirectedAnglefloatAngle value used for clockwise transformations <-360; 360>

Function Overrides

See also