#pragma once enum orientation { ORIENT_NEGATIVE = -1, ORIENT_ZERO = 0, ORIENT_POSITIVE = 1, ORIENT_INVALID };