Skip to content

GDrawingSurface::drawPolygon and GDrawingSurface::fillPolygon for non-std::initializer_list arguments #78

@htiek

Description

@htiek

The existing functions GDrawingSurface::drawPolygon and GDrawingSurface::fillPolygon currently only accept std::initializer_lists as arguments. This means that it's not possible to dynamically generate a list of points that make up the polygon (say, as a Vector<GPoint>) and pass that as an argument to these functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions