bitlib_c
0.2.4
|
#include <log_display.h>
Public Attributes | |
double * | hits |
double | width |
double | height |
double | max |
A structure to hold information about quantitative draws to a bitmap.
Rather than directly drawing each pixel, you mark it as hit in this data struct. When you are done markeing pixels, you can get the value for each pixel which will be calculated on a logarithmic scale based on the pixel that got the most hits.
double _bl_bl_log_display_data::height |
double* _bl_bl_log_display_data::hits |
double _bl_bl_log_display_data::max |
double _bl_bl_log_display_data::width |