[][src]Function printpdf::utils::calculate_points_for_circle

pub fn calculate_points_for_circle(
    radius: Pt,
    offset_x: Pt,
    offset_y: Pt
) -> Vec<(Point, bool)>

Calculates and returns the points for an approximated circle, given a radius and an offset into the page from the lower left corner.