1
2
3
4
5
6
#[derive(Default, Debug, Copy, Clone, PartialEq)]
pub struct AA2DCoordinate {
    pub x: f64,
    pub y: f64,
}