You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » AVL.RotateAngle

AVL.RotateAngle

Adds two angles.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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_0_180Default value: _0_180.
inInversebool
outAnglefloat

See also