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

Method draw_tri

sdl/src/console.rs:230–232  ·  view source on GitHub ↗
(&mut self, x1y1: PixelsXY, x2y2: PixelsXY, x3y3: PixelsXY)

Source from the content-addressed store, hash-verified

228 }
229
230 fn draw_tri(&mut self, x1y1: PixelsXY, x2y2: PixelsXY, x3y3: PixelsXY) -> io::Result<()> {
231 self.call(Request::DrawTri(x1y1, x2y2, x3y3))
232 }
233
234 fn draw_tri_filled(
235 &mut self,

Callers 2

test_sdl_console_drawFunction · 0.45

Calls 1

callMethod · 0.80

Tested by 2

test_sdl_console_drawFunction · 0.36