Skip to content

union data not simplify? #139

Description

@ganluo960214
p1:
[
    [
        [0,0],
        [1,0],
        [1,1],
        [0,1],
        [0,0],
    ]
],
p2:
[
    [
        [1,0],
        [2,0],
        [2,1],
        [1,1],
        [1,0]
    ]
]
union:
[
  [
    [ 0, 0 ], [ 1, 0 ],
    [ 2, 0 ], [ 2, 1 ],
    [ 1, 1 ], [ 0, 1 ],
    [ 0, 0 ]
  ]
]
union(simplify):
[
  [
    [ 0, 0 ],
    [ 2, 0 ], [ 2, 1 ],
              [ 0, 1 ],
    [ 0, 0 ]
  ]
]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions