JoinDirection

Description

Describes in which direction join should be performed.

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