Axis

Description

Selects axis on which operation will be performed.

Values of this enumeration:

  • X - Denotes that operation will be performed along horizontal axis.
  • Y - Denotes that operation will be performed along vertical axis.

namespace Axis
{
	enum Type
	{
		X,
		Y
	};
}