|
ASCII-GFX
2.0
|
#include "math2d.h"
Go to the source code of this file.
Functions | |
| void | render_polygon (int n, const Vec2 vertex[], int ch=-1) |
| render a polygon with n vertices More... | |
| void | render_triangle (const Vec2 &v1, const Vec2 &v2, const Vec2 &v3, int ch=-1) |
| render a triangle with 3 vertices More... | |
| void render_polygon | ( | int | n, |
| const Vec2 | vertex[], | ||
| int | ch = -1 |
||
| ) |
render a polygon with n vertices
1.8.17