You are here: Start » AVL.NET » Invoke.RotateAngle_Toward

Invoke.RotateAngle_Toward

Changes the input direction in the direction of minimum rotation toward the target direction.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RotateAngle_Toward
(
	float inAngle,
	float inTargetAngle,
	Avl.AngleRange inAngleRange,
	float inRotationAngle,
	bool inInverse,
	out float outAngle
)

Parameters

Name Type Range Default Description
inAnglefloat
inTargetAnglefloat
inAngleRangeAvl.AngleRange_0_180Default value: _0_180.
inRotationAnglefloat
inInversebool
outAnglefloat

See also