You are here: Start » AVL.NET » AVL.LerpAngles(float, float, AvlNet.RotationDirection?, AvlNet.AngleRange, float, bool, float)

AVL.LerpAngles(float, float, AvlNet.RotationDirection?, AvlNet.AngleRange, float, bool, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void LerpAngles(
	float inAngle1,
	float inAngle2,
	AvlNet.RotationDirection? inRotationDirection,
	AvlNet.AngleRange inAngleRange,
	float inLambda,
	bool inInverse,
	out float outAngle
)

Parameters

inAngle1
Type: System.Single
inAngle2
Type: System.Single
inRotationDirection
Type: System.Nullable<AvlNet.RotationDirection>
inAngleRange
Type: AvlNet.AngleRange
inLambda
Type: System.Single
inInverse
Type: System.Boolean
outAngle
Type: System.Single

See also