Go to the source code of this file.
|
void | anim_translate (t_anim *anim) |
|
void | anim_orbit (t_anim *anim) |
|
void | anim_rotate (t_anim *anim) |
|
void | anim_set (t_anim *anim, int type) |
|
void | ui_orbit (t_anim *anim, int n) |
|
void | ui_translate (t_anim *anim, int n) |
|
void | ui_rotate (t_anim *anim, int n) |
|
int | anim_free (t_anim *anim) |
|
void | export_rotate (int fd, t_anim *anim) |
|
void | export_orbit_obj (int fd, t_anim *anim) |
|
void | export_orbit_pos (int fd, t_anim *anim) |
|
void | export_translate (int fd, t_anim *anim) |
|
void | parse_rotate (void *parse, void *res) |
|
void | parse_translate (void *parse, void *res) |
|
void | parse_orbit_obj (void *parse, void *res) |
|
void | parse_orbit_pos (void *parse, void *res) |
|
void | anim_list (t_anim *anim, char *str) |
|
void | anim_add_camera (t_cam *cam) |
|
◆ t_anim
◆ t_orbit
◆ t_rotate
◆ t_translate
◆ anim_add_camera()
void anim_add_camera |
( |
t_cam * |
cam | ) |
|
◆ anim_free()
int anim_free |
( |
t_anim * |
anim | ) |
|
◆ anim_list()
void anim_list |
( |
t_anim * |
anim, |
|
|
char * |
str |
|
) |
| |
◆ anim_orbit()
void anim_orbit |
( |
t_anim * |
anim | ) |
|
◆ anim_rotate()
void anim_rotate |
( |
t_anim * |
anim | ) |
|
◆ anim_set()
void anim_set |
( |
t_anim * |
anim, |
|
|
int |
type |
|
) |
| |
◆ anim_translate()
void anim_translate |
( |
t_anim * |
anim | ) |
|
◆ export_orbit_obj()
void export_orbit_obj |
( |
int |
fd, |
|
|
t_anim * |
anim |
|
) |
| |
◆ export_orbit_pos()
void export_orbit_pos |
( |
int |
fd, |
|
|
t_anim * |
anim |
|
) |
| |
◆ export_rotate()
void export_rotate |
( |
int |
fd, |
|
|
t_anim * |
anim |
|
) |
| |
◆ export_translate()
void export_translate |
( |
int |
fd, |
|
|
t_anim * |
anim |
|
) |
| |
◆ parse_orbit_obj()
void parse_orbit_obj |
( |
void * |
parse, |
|
|
void * |
res |
|
) |
| |
◆ parse_orbit_pos()
void parse_orbit_pos |
( |
void * |
parse, |
|
|
void * |
res |
|
) |
| |
◆ parse_rotate()
void parse_rotate |
( |
void * |
parse, |
|
|
void * |
res |
|
) |
| |
◆ parse_translate()
void parse_translate |
( |
void * |
parse, |
|
|
void * |
res |
|
) |
| |
◆ ui_orbit()
void ui_orbit |
( |
t_anim * |
anim, |
|
|
int |
n |
|
) |
| |
◆ ui_rotate()
void ui_rotate |
( |
t_anim * |
anim, |
|
|
int |
n |
|
) |
| |
◆ ui_translate()
void ui_translate |
( |
t_anim * |
anim, |
|
|
int |
n |
|
) |
| |