Browse Source

Documentation: remove implication of concave 3 sided polygons existence (#1000)

pull/1002/head
Cyprinus Carpio 11 months ago committed by GitHub
parent
commit
b55dc47aae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      FL/fl_draw.H

2
FL/fl_draw.H

@ -411,7 +411,7 @@ inline void fl_loop(int x, int y, int x1, int y1, int x2, int y2, int x3, int y3 @@ -411,7 +411,7 @@ inline void fl_loop(int x, int y, int x1, int y1, int x2, int y2, int x3, int y3
// filled polygons
/**
Fill a 3-sided polygon. The polygon must be convex.
Fill a 3-sided polygon.
*/
inline void fl_polygon(int x, int y, int x1, int y1, int x2, int y2) {
fl_graphics_driver->polygon(x, y, x1, y1, x2, y2);

Loading…
Cancel
Save