ProjectionMode

Description

Possible combinations of values in projection operations.

namespace ProjectionMode
{
	enum Type
	{
		Average,
		Maximum,
		Minimum,
		Sum
	};
}