| Issue 17: | Add a wrapper function mfunc_direct | |
| 1 person starred this issue and may be notified of changes. | Back to list |
This function should have the API: int mfunc_direct(MFUNC mfunc, int max_iterations, double zx, double zy, double cx, double xy, double *px, double *py); It will use its own next_pixel and output_pixel callbacks, and run exactly one pixel through the specified mfunc. It will be useful for things like drawing mfunc cycles; just call it repeatedly with max_iterations = 1. Note that the mfunc's should be checked for off-by-one errors that may not have been an issue in the past... The other direct mfunc functions should be deprecated.
May 14, 2012
Project Member
#1
ejrh00@gmail.com
Status:
Fixed
|