#include "zoom.h"
Go to the source code of this file.
Functions | |
void | zoom_begin (struct zoom *zoom, int frames, const mpfr_t centerx, const mpfr_t centery) |
void | zoom_end (struct zoom *zoom) |
bool | zoom_next (struct zoom *zoom) |
void zoom_begin | ( | struct zoom * | zoom, |
int | frames, | ||
const mpfr_t | centerx, | ||
const mpfr_t | centery | ||
) |
Definition at line 7 of file zoom.c.
References zoom::centerx, zoom::centery, zoom::frame, zoom::radius, and zoom::zoom_frames.
Referenced by main().
void zoom_end | ( | struct zoom * | zoom | ) |
Definition at line 18 of file zoom.c.
References zoom::centerx, zoom::centery, and zoom::radius.
Referenced by main().
bool zoom_next | ( | struct zoom * | zoom | ) |
Definition at line 22 of file zoom.c.
References zoom::frame, zoom::radius, and zoom::zoom_frames.
Referenced by main().