Content
Gets the orientation obtained by a clockwise 90 degree turn. return next orientation public Orientation next () if (this West) return North; return values () ordinal() 11; Gets the orientation obtained by a counterclockwise 90 degree turn. return previous orientation public Orientation previous () return next () .next () .next () ; genius