jellosubmarine / droonituuled

0 stars 0 forks source link

Implement a function to calculate weighted x-coordinates #2

Closed johankytt closed 5 years ago

johankytt commented 5 years ago

This could be done by sqrt(x) or dividing by x^2 or something like that. sqrt is more expensive, but dividing has divide by zero issue.

ravarmaa commented 5 years ago

d59186c6a5c04a7244cb4a73148c87c97113bc2c

Added linear weights. This could be modified, by doing any operation on the x difference.