
Go to the source code of this file.
Functions | |
| int | draw (char name[], double trans[3][4], int xwin, int ywin) |
| int | draw_exview (double a, double b, double r, double trans[3][4], int xwin, int ywin) |
| void | print_string (char *string) |
| int draw | ( | char | name[], |
| double | trans[3][4], | ||
| int | xwin, | ||
| int | ywin | ||
| ) |
| int draw_exview | ( | double | a, |
| double | b, | ||
| double | r, | ||
| double | trans[3][4], | ||
| int | xwin, | ||
| int | ywin | ||
| ) |
Definition at line 71 of file examples/exview/draw_object.c.
| void print_string | ( | char * | string | ) |
Definition at line 34 of file examples/exview/draw_object.c.