pub fn draw_flat_top(
    output: &mut HashSet<Coord, BuildHasherDefault<FnvHasher>>,
    points: [(f32, f32); 3]
)