namespace PepLib { public enum RotationType { /// /// Clockwise /// CW, /// /// Counter-Clockwise /// CCW } }