GRRLIB_fbComplex.h File Reference
Inline functions for complex (N-point) shape drawing.
More...
Functions |
| INLINE void | GRRLIB_NPlot (const guVector v[], const u32 color[], const long n) |
| | Draw an array of points.
|
| INLINE void | GRRLIB_NGone (const guVector v[], const u32 color[], const long n) |
| | Draw a polygon.
|
| INLINE void | GRRLIB_NGoneFilled (const guVector v[], const u32 color[], const long n) |
| | Draw a filled polygon.
|
Detailed Description
Inline functions for complex (N-point) shape drawing.
Function Documentation
| INLINE void GRRLIB_NGone |
( |
const guVector |
v[], |
|
|
const u32 |
color[], |
|
|
const long |
n | |
|
) |
| | |
Draw a polygon.
- Parameters:
-
| v | The vector containing the coordinates of the polygon. |
| color | The color of the filled polygon in RGBA format. |
| n | Number of points in the vector. |
| INLINE void GRRLIB_NGoneFilled |
( |
const guVector |
v[], |
|
|
const u32 |
color[], |
|
|
const long |
n | |
|
) |
| | |
Draw a filled polygon.
- Parameters:
-
| v | The vector containing the coordinates of the polygon. |
| color | The color of the filled polygon in RGBA format. |
| n | Number of points in the vector. |
| INLINE void GRRLIB_NPlot |
( |
const guVector |
v[], |
|
|
const u32 |
color[], |
|
|
const long |
n | |
|
) |
| | |
Draw an array of points.
- Parameters:
-
| v | Array containing the points. |
| color | The color of the points in RGBA format. |
| n | Number of points in the vector array. |