boost::gil::midpoint_circle_rasterizer::midpoint_circle_rasterizer
Creates a midpoint circle rasterizer
Synopsis
midpoint_circle_rasterizer(
point_t center_point,
std::ptrdiff_t circle_radius);
Parameters
Name |
Description |
center_point |
‐ Point containing positive integer x co‐ordinate and y co‐ordinate of the center respectively. |
circle_radius |
‐ Radius of the circle |
Created with MrDocs