Skip to content

Helper function for earcutting just a std::vector<> of points #106

@Andersama

Description

@Andersama

It seems like with very minimal effort the existing:

        template <typename N> template <typename Polygon>
        void Earcut<N>::operator()(const Polygon& points)

could have an accompanying function for handling just a very basic container. Currently the function assumes there may be holes, but for many users, this might not be the case.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions