MCPcopy Index your code
hub / github.com/endbasic/endbasic / draw_poly

Method draw_poly

sdl/src/console.rs:214–216  ·  view source on GitHub ↗
(&mut self, points: &[PixelsXY])

Source from the content-addressed store, hash-verified

212 }
213
214 fn draw_poly(&mut self, points: &[PixelsXY]) -> io::Result<()> {
215 self.call(Request::DrawPoly(points.to_vec()))
216 }
217
218 fn draw_poly_filled(&mut self, points: &[PixelsXY]) -> io::Result<()> {
219 self.call(Request::DrawPolyFilled(points.to_vec()))

Callers 2

test_sdl_console_drawFunction · 0.45

Calls 1

callMethod · 0.80

Tested by 2

test_sdl_console_drawFunction · 0.36