jeffythedragonslayer / chazelle-triangulation

Algorithm to Triangulate Polygon in Linear Time
MIT License
1 stars 0 forks source link

Load polygon files #2

Closed jeffythedragonslayer closed 4 years ago

jeffythedragonslayer commented 4 years ago

Add ability to specify polygon files on command line and load them (lists of ordered pairs with integer coordinates)

jeffythedragonslayer commented 4 years ago

After the list of (x, y) pairs, there should be some delimiter to switch to a list of point indices for the diagonals

jeffythedragonslayer commented 4 years ago

Delimiter is 'diagonals'