You are here: Start » AVL.NET » AVL.RotateAngle Method

AVL.RotateAngle Method

Adds two angles.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotateAngle(
	float inAngle,
	float inRotationAngle,
	AvlNet.AngleRange inAngleRange,
	bool inInverse,
	out float outAngle
)

Parameters

Name Type Range Default Description
inAnglefloat
inRotationAnglefloat
inAngleRangeAvlNet.AngleRange
inInversebool
outAnglefloat

See also