ekumenlabs / terminus

Library to create cities and terrains
Apache License 2.0
56 stars 29 forks source link

Modify split_into to take as parameter a list of points intead of a list of pairs #243

Open jazminlaila opened 7 years ago

jazminlaila commented 7 years ago

The methods split_into corresponding to class arc and class line_segment should be change to take a list of points as a parameter instead of a list of points pairs(start and end).