Generic function
Draws a triangle between the specified points.
draw-triangle drawable x1 y1 x2 y2 x3 y3 #key filled? => ()
draw-triangle* drawable p1 p2 p3 #key filled? => ()
type-union(<sheet>, <medium>).
<boolean>. Default value: #t.
The following arguments are specific to draw-triangle.
<real>.
<real>.
<real>.
<real>.
<real>.
<real>.
The following arguments are specific to draw-triangle*.
<transform>.
<transform>.
<transform>.
duim-graphics
duim-graphics
Draws a triangle on drawable between the specified points, using the current pen. Dashed lines start dashing at the starting point of the first segment.

If filled? is #t then the triangle will be filled, using the current brush.
The function draw-triangle* is identical to draw-triangle, except that it passes composite objects, rather than separate coordinates, in its arguments. You should be aware that using this function may lead to a loss of performance.