boost::gil::trigonometric_circle_rasterizer::minimum_angle_step

Calculates minimum angle step that is distinguishable when walking on circle

Synopsis

double
minimum_angle_step() const noexcept;

Description

It is important to not have disconnected circle and to not compute unnecessarily, thus the result of this function is used when rendering.

Created with MrDocs