Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
12 votes
8 answers
10k views

Converting a 2D curve into points for data storage

I’ve created an algorithm which converts any curve i.e. path into minimum number of points so that I can save it into a file or database. The method is simple: it moves three points in equal steps ...
Lumis's user avatar
  • 964