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