Function macroquad::shapes::draw_triangle[][src]

pub fn draw_triangle(v1: Vec2, v2: Vec2, v3: Vec2, color: Color)
Expand description

Draws a solid triangle between points v1, v2, and v3 with a given color.