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

AVL.NormalizeAngle Method

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void NormalizeAngle(
	float inAngle,
	AvlNet.AngleRange inAngleRange,
	float inBaseAngle,
	out float outNormalizedAngle
)

Parameters

Name Type Range Default Description
inAnglefloat
inAngleRangeAvlNet.AngleRangeLength of the normalization range - 180 or 360.
inBaseAnglefloat0.0fThe beginning of the normalization range. Default value: 0.0f.
outNormalizedAnglefloat

See also