RotationDirection

Description

Decides about direction of rotation when operation of angle measuring or vector interpolation are considered.

namespace RotationDirection
{
	enum Type
	{
		Clockwise,
		CounterClockwise
	};
}