Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 481 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 481 Bytes

poly-split

Synopsis

Solving the problem of cutting a given polygon into any number of areas of given squares with a lines of minimal length. Based on Algorithm by Sumit Khetarpal. It works for both convex and concave polygons without self-intersected edges.

Requirements

Qt >= 5.3.2.

Licence

Licensed under the MIT license.

P.S.

I would be very grateful for finding bugs and expressing constructive criticism.