Skip to main content

draw_tri_filled

Function draw_tri_filled 

Source
pub fn draw_tri_filled<R>(
    rasops: &mut R,
    x1y1: PixelsXY,
    x2y2: PixelsXY,
    x3y3: PixelsXY,
) -> Result<()>
where R: RasterOps,
Expand description

Draws a filled triangle via rasops.