1 2 3 4 5 6 7 8
#[derive(Debug, Clone, Copy, PartialEq)] pub enum Axis { BottomLeft, Box, // TODO: Add more axis positions // TopRight, // Centered, }