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

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