Function buffer_graphics_lib::prelude::draw_flat_top

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