pub fn create_regular_polygon(
center: Point,
radius: f64,
sides: usize,
) -> PolygonAnnotationExpand description
Helper function to create a regular polygon
pub fn create_regular_polygon(
center: Point,
radius: f64,
sides: usize,
) -> PolygonAnnotationHelper function to create a regular polygon