25 void tiling_begin(
struct tiling *
tiling,
int cols,
int rows,
int width,
int height,
const mpfr_t centerx,
const mpfr_t centery,
const mpfr_t radius) {
27 tiling->
width = width;
35 mpfr_set_prec(tiling->
tiled_radius, mpfr_get_prec(radius));
68 mpfr_set_prec(tiling->
centerx, p);
69 mpfr_set_prec(tiling->
centery, p);
70 double i = (tiling->
col + 0.5) * tiling->
width;
71 double j = (tiling->
row + 0.5) * tiling->
height;