Skip to content

[Enhancement] Add Path.Compound Static Method #696

@jonobr1

Description

@jonobr1

Describe the feature you'd like
Create a static method on Two.Path to be able to combine any number different paths and return a new compound path.

const compound = Two.Path.compound(a, b, c, d);

Functionally the code would project every vertex and concatenate them together into one list of vertices.

Additional context
Related to the Boolean Operations issue: #596

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions