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

AVS.AngleBetweenDirections Method

Measures the rotation angle from first to second direction.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AngleBetweenDirections
(
	float inDirection1,
	float inDirection2,
	AvlNet.RotationDirection? inRotationDirection,
	AvlNet.AngleRange inAngleRange,
	NullableValue<float> outAbsoluteAngle,
	NullableValue<float> outDirectedAngle
)

Parameters

Name Type Range Default Description
inDirection1floatStart direction.
inDirection2floatTarget direction.
inRotationDirectionAvlNet.RotationDirection?Clockwise, counter-clockwise or automatic (by smaller angle). Default value: atl::NIL.
inAngleRangeAvlNet.AngleRange_0_180Switches between ranges <0; 90), <0; 180) and <0; 360)
outAbsoluteAngleAvlNet.NullableValue<float> Can be null to skip this parameter calculation.
outDirectedAngleAvlNet.NullableValue<float> Can be null to skip this parameter calculation.

Function Overrides

See also