ProjectionDirection

Description

Possible directions of projection operations.

namespace ProjectionDirection
{
	enum Type
	{
		Horizontal,
		Vertical
	};
}