You are here: Start » AVL.NET » AVL.AngleBetweenDirections(float, float, AvlNet.AngleRange, float, float)

AVL.AngleBetweenDirections(float, float, AvlNet.AngleRange, float, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void AngleBetweenDirections(
	float inDirection1,
	float inDirection2,
	AvlNet.AngleRange inAngleRange,
	out float outAbsoluteAngle,
	out float outDirectedAngle
)

Parameters

inDirection1
Type: System.Single
inDirection2
Type: System.Single
inAngleRange
Type: AvlNet.AngleRange
outAbsoluteAngle
Type: System.Single
outDirectedAngle
Type: System.Single

See also