lines.h File Reference
Go to the source code of this file.
|
Classes |
| struct | _GMUNITPOINTER |
| struct | _GMLINE |
Typedefs |
| typedef struct _GMUNITPOINTER | GMUnitPointer |
| typedef struct _GMLINE | GMLine |
Functions |
| GMLine * | goom_lines_init (int rx, int ry, int IDsrc, float paramS, int modeCoulSrc, int IDdest, float paramD, int modeCoulDest) |
| void | goom_lines_switch_to (GMLine *gml, int IDdest, float param, float amplitude, int modeCoul) |
| void | goom_lines_set_res (GMLine *gml, int rx, int ry) |
| void | goom_lines_free (GMLine **gml) |
| void | goom_lines_draw (GMLine *gml, gint16 data[512], unsigned int *p) |
Typedef Documentation
Function Documentation
| GMLine* goom_lines_init |
( |
int |
rx, |
|
|
int |
ry, |
|
|
int |
IDsrc, |
|
|
float |
paramS, |
|
|
int |
modeCoulSrc, |
|
|
int |
IDdest, |
|
|
float |
paramD, |
|
|
int |
modeCoulDest | |
|
) |
| | |
| void goom_lines_switch_to |
( |
GMLine * |
gml, |
|
|
int |
IDdest, |
|
|
float |
param, |
|
|
float |
amplitude, |
|
|
int |
modeCoul | |
|
) |
| | |
| void goom_lines_set_res |
( |
GMLine * |
gml, |
|
|
int |
rx, |
|
|
int |
ry | |
|
) |
| | |
| void goom_lines_free |
( |
GMLine ** |
gml |
) |
|
| void goom_lines_draw |
( |
GMLine * |
gml, |
|
|
gint16 |
data[512], |
|
|
unsigned int * |
p | |
|
) |
| | |