Back to Adaptive Vision Library website

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

RotateAngle


Header:AVL.h
Namespace:avl

Adds two angles.

Syntax

C++
C#
 
void avl::RotateAngle
(
	float inAngle,
	float inRotationAngle,
	avl::AngleRange::Type inAngleRange,
	bool inInverse,
	float& outAngle
)

Parameters

Name Type Default Description
inAngle float
inRotationAngle float
inAngleRange AngleRange::Type
inInverse bool
outAngle float&