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.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Fri Sep 25 14:44:35 2009 for GRRLIB by  doxygen 1.6.1