PlaneType

Description

One of three types of plane in 3D determined by the coordinate axes.

namespace PlaneType
{
	enum Type
	{
		XY,
		XZ,
		YZ
	};
}