boost::gil::midpoint_circle_rasterizer
Perform circle rasterization according to Midpoint algorithm
Description
This algorithm givess reasonable output and is cheap to compute. reference: https://en.wikipedia.org/wiki/Midpoint_circle_algorithm
Member Functions
Name |
Description |
|
Creates a midpoint circle rasterizer |
perform rasterization and output into d_first |
|
Calculate the amount of points that rasterizer will output |