mightymandel v16

GPU-based Mandelbrot set explorer

zoom.c File Reference

(v16)

#include "zoom.h"
+ Include dependency graph for zoom.c:

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)

Function Documentation

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().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function: