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

pub fn calculate_points_for_circle<P: Into<Pt>>(
    radius: P,
    offset_x: P,
    offset_y: P
) -> 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.