Function macroquad::shapes::draw_triangle_lines[][src]

pub fn draw_triangle_lines(
    v1: Vec2,
    v2: Vec2,
    v3: Vec2,
    thickness: f32,
    color: Color
)
Expand description

Draws a triangle outline between points v1, v2, and v3 with a given line thickness and color.