boost::gil::midpoint_circle_rasterizer

Perform circle rasterization according to Midpoint algorithm

Synopsis

struct midpoint_circle_rasterizer;

Description

This algorithm givess reasonable output and is cheap to compute. reference: https://en.wikipedia.org/wiki/Midpoint_circle_algorithm

Type Aliases

Name

type

Member Functions

Name

Description

midpoint_circle_rasterizer [constructor]

Creates a midpoint circle rasterizer

operator()

perform rasterization and output into d_first

point_count

Calculate the amount of points that rasterizer will output

Data Members

Name

center

radius

Created with MrDocs