osresearch / vst

Software for the v.st vector boards
GNU General Public License v2.0
79 stars 15 forks source link

VstBuffer should track segments #17

Open osresearch opened 8 years ago

osresearch commented 8 years ago

The VstBuffer class should track segments, rather than individual points. This might make the sort algorithm simpler and maps well to the line() override.

jacobjoaquin commented 8 years ago

There are at least 4 different scenarios that should be considered for the VstBuffer, as this directly impacts optimizing the sort: